summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/power.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/power.c b/firmware/drivers/power.c
index b8892b9238..1c1ce4629f 100644
--- a/firmware/drivers/power.c
+++ b/firmware/drivers/power.c
@@ -64,6 +64,10 @@ int radio_get_status(void)
64void power_init(void) 64void power_init(void)
65{ 65{
66#ifdef IRIVER_H100 66#ifdef IRIVER_H100
67 GPIO1_OUT |= 0x00080000;
68 GPIO1_ENABLE |= 0x00080000;
69 GPIO1_FUNCTION |= 0x00080000;
70
67 GPIO_ENABLE |= 0x80000000; 71 GPIO_ENABLE |= 0x80000000;
68 GPIO_FUNCTION |= 0x80000000; 72 GPIO_FUNCTION |= 0x80000000;
69#else 73#else