summaryrefslogtreecommitdiff
path: root/firmware/drivers/power.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/power.c')
-rw-r--r--firmware/drivers/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/power.c b/firmware/drivers/power.c
index 9cc751e41e..c4b9fb5b7d 100644
--- a/firmware/drivers/power.c
+++ b/firmware/drivers/power.c
@@ -85,7 +85,7 @@ void power_init(void)
85#endif 85#endif
86#endif 86#endif
87#elif CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002 87#elif CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
88 /* TODO: Implement power_init() */ 88 pcf50605_init();
89#else 89#else
90#ifdef HAVE_POWEROFF_ON_PB5 90#ifdef HAVE_POWEROFF_ON_PB5
91 PBCR2 &= ~0x0c00; /* GPIO for PB5 */ 91 PBCR2 &= ~0x0c00; /* GPIO for PB5 */