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

Commit 8be14c78 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

ARM: shmobile: bonito: Don't configure LCDC routing manually



LCDC routing is configured automatically in the PFC driver, don't
configure it manually in board code.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 055b2469
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -451,7 +451,6 @@ static void __init bonito_init(void)
		    BIT_ON(bsw2, 2)) {	/* S38.2 = OFF */
			pinctrl_register_mappings(lcdc0_pinctrl_map,
						  ARRAY_SIZE(lcdc0_pinctrl_map));
			gpio_request(GPIO_FN_LCDC0_SELECT, NULL);

			gpio_request_one(61, GPIOF_OUT_INIT_HIGH,
					 NULL); /* LCDDON */