summaryrefslogtreecommitdiff
path: root/firmware/target/arm/philips/hdd1630/lcd-hdd1630.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/philips/hdd1630/lcd-hdd1630.c')
-rwxr-xr-xfirmware/target/arm/philips/hdd1630/lcd-hdd1630.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/philips/hdd1630/lcd-hdd1630.c b/firmware/target/arm/philips/hdd1630/lcd-hdd1630.c
index d7dee2036d..827e3ef8c4 100755
--- a/firmware/target/arm/philips/hdd1630/lcd-hdd1630.c
+++ b/firmware/target/arm/philips/hdd1630/lcd-hdd1630.c
@@ -84,6 +84,7 @@ void lcd_init_device(void)
84 LCD2_BLOCK_CTRL = 0x10008080; 84 LCD2_BLOCK_CTRL = 0x10008080;
85 LCD2_BLOCK_CONFIG = 0xF00000; 85 LCD2_BLOCK_CONFIG = 0xF00000;
86 86
87 /* lcd power */
87 GPIOJ_ENABLE |= 0x4; 88 GPIOJ_ENABLE |= 0x4;
88 GPIOJ_OUTPUT_VAL |= 0x4; 89 GPIOJ_OUTPUT_VAL |= 0x4;
89 GPIOJ_OUTPUT_EN |= 0x4; 90 GPIOJ_OUTPUT_EN |= 0x4;