summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/lcd-color_nano.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ipod/lcd-color_nano.c')
-rw-r--r--firmware/target/arm/ipod/lcd-color_nano.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/lcd-color_nano.c b/firmware/target/arm/ipod/lcd-color_nano.c
index 5306925ded..fd65290872 100644
--- a/firmware/target/arm/ipod/lcd-color_nano.c
+++ b/firmware/target/arm/ipod/lcd-color_nano.c
@@ -105,7 +105,7 @@ void lcd_init_device(void)
105 105
106 GPIOB_ENABLE |= 0x4; /* B02 enable */ 106 GPIOB_ENABLE |= 0x4; /* B02 enable */
107 GPIOB_ENABLE |= 0x8; /* B03 enable */ 107 GPIOB_ENABLE |= 0x8; /* B03 enable */
108 outl(inl(0x70000084) | 0x2000000, 0x70000084); /* D01 enable */ 108 GPO32_ENABLE |= 0x2000000; /* D01 enable */
109 GPO32_VAL |= 0x2000000; /* D01 =1 */ 109 GPO32_VAL |= 0x2000000; /* D01 =1 */
110 110
111 DEV_EN |= 0x20000; /* PWM enable */ 111 DEV_EN |= 0x20000; /* PWM enable */