summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b8892b9..1c1ce46 100644
--- a/firmware/drivers/power.c
+++ b/firmware/drivers/power.c
@@ -64,6 +64,10 @@ int radio_get_status(void)
void power_init(void)
{
#ifdef IRIVER_H100
+ GPIO1_OUT |= 0x00080000;
+ GPIO1_ENABLE |= 0x00080000;
+ GPIO1_FUNCTION |= 0x00080000;
+
GPIO_ENABLE |= 0x80000000;
GPIO_FUNCTION |= 0x80000000;
#else