From 96038fcd92676ec33cb81414612da98e6649af6a Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 7 Feb 2005 02:45:32 +0000 Subject: Silly me, those inits were not redundant at all git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5829 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/power.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/drivers') 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) void power_init(void) { #ifdef IRIVER_H100 + GPIO1_OUT |= 0x00080000; + GPIO1_ENABLE |= 0x00080000; + GPIO1_FUNCTION |= 0x00080000; + GPIO_ENABLE |= 0x80000000; GPIO_FUNCTION |= 0x80000000; #else -- cgit v1.2.3