summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/lcd-gray.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ipod/lcd-gray.c')
-rw-r--r--firmware/target/arm/ipod/lcd-gray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/lcd-gray.c b/firmware/target/arm/ipod/lcd-gray.c
index b9b5619c20..9f732265b4 100644
--- a/firmware/target/arm/ipod/lcd-gray.c
+++ b/firmware/target/arm/ipod/lcd-gray.c
@@ -170,7 +170,7 @@ void lcd_init_device(void)
170#ifdef IPOD_4G 170#ifdef IPOD_4G
171 GPIOB_ENABLE |= 0x4; /* B02 enable */ 171 GPIOB_ENABLE |= 0x4; /* B02 enable */
172 GPIOB_ENABLE |= 0x8; /* B03 enable */ 172 GPIOB_ENABLE |= 0x8; /* B03 enable */
173 outl(inl(0x70000084) | 0x2000000, 0x70000084); /* D01 enable */ 173 GPO32_ENABLE |= 0x2000000; /* D01 enable */
174 GPO32_VAL |= 0x2000000; /* D01 =1 */ 174 GPO32_VAL |= 0x2000000; /* D01 =1 */
175 175
176 DEV_EN |= 0x20000; /* PWM enable */ 176 DEV_EN |= 0x20000; /* PWM enable */