Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb47729b authored by Eric Miao's avatar Eric Miao Committed by Russell King
Browse files

[ARM] pxafb: fix the incorrect configuration of GPIO77 as ACBIAS for TFT LCD

parent 574047f9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1031,6 +1031,8 @@ static void pxafb_setup_gpio(struct pxafb_info *fbi)
	pxa_gpio_mode(GPIO74_LCD_FCLK_MD);
	pxa_gpio_mode(GPIO75_LCD_LCLK_MD);
	pxa_gpio_mode(GPIO76_LCD_PCLK_MD);

	if ((lccr0 & LCCR0_PAS) == 0)
		pxa_gpio_mode(GPIO77_LCD_ACBIAS_MD);
}