summaryrefslogtreecommitdiff
path: root/firmware/target/arm/rk27xx
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/rk27xx')
-rw-r--r--firmware/target/arm/rk27xx/lcd-hifiman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/rk27xx/lcd-hifiman.c b/firmware/target/arm/rk27xx/lcd-hifiman.c
index b97766c840..aaf181690e 100644
--- a/firmware/target/arm/rk27xx/lcd-hifiman.c
+++ b/firmware/target/arm/rk27xx/lcd-hifiman.c
@@ -170,7 +170,7 @@ enum lcd_type_t
170static void identify_lcd(void) 170static void identify_lcd(void)
171{ 171{
172 SCU_IOMUXB_CON &= ~(1<<2); 172 SCU_IOMUXB_CON &= ~(1<<2);
173 GPIO_PCCON |= (1<<4); 173
174 if (GPIO_PCDR & (1<<4)) 174 if (GPIO_PCDR & (1<<4))
175 { 175 {
176 lcd_type = LCD_V1; 176 lcd_type = LCD_V1;