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 9cc751e..c4b9fb5 100644
--- a/firmware/drivers/power.c
+++ b/firmware/drivers/power.c
@@ -85,7 +85,7 @@ void power_init(void)
#endif
#endif
#elif CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
- /* TODO: Implement power_init() */
+ pcf50605_init();
#else
#ifdef HAVE_POWEROFF_ON_PB5
PBCR2 &= ~0x0c00; /* GPIO for PB5 */