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

Commit d3a6b867 authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

ARM: shmobile: r8a7740: Remove LCD0 and LCD1 function GPIOs



Those GPIOs have been deprecated by the pinctrl API. They are unused and
unneeded, remove them.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
parent d363ca43
Loading
Loading
Loading
Loading
+0 −39
Original line number Diff line number Diff line
@@ -241,48 +241,9 @@ enum {

	/* LCD0 */
	GPIO_FN_LCDC0_SELECT,
	GPIO_FN_LCD0_D0,	GPIO_FN_LCD0_D1,	GPIO_FN_LCD0_D2,
	GPIO_FN_LCD0_D3,	GPIO_FN_LCD0_D4,	GPIO_FN_LCD0_D5,
	GPIO_FN_LCD0_D6,	GPIO_FN_LCD0_D7,	GPIO_FN_LCD0_D8,
	GPIO_FN_LCD0_D9,	GPIO_FN_LCD0_D10,	GPIO_FN_LCD0_D11,
	GPIO_FN_LCD0_D12,	GPIO_FN_LCD0_D13,	GPIO_FN_LCD0_D14,
	GPIO_FN_LCD0_D15,	GPIO_FN_LCD0_D16,	GPIO_FN_LCD0_D17,
	GPIO_FN_LCD0_DON,	GPIO_FN_LCD0_VCPWC,	GPIO_FN_LCD0_VEPWC,

	GPIO_FN_LCD0_DCK,	GPIO_FN_LCD0_VSYN, /* for RGB */
	GPIO_FN_LCD0_HSYN,	GPIO_FN_LCD0_DISP, /* for RGB */

	GPIO_FN_LCD0_WR,	GPIO_FN_LCD0_RD, /* for SYS */
	GPIO_FN_LCD0_CS,	GPIO_FN_LCD0_RS, /* for SYS */

	GPIO_FN_LCD0_D18_PORT163,	GPIO_FN_LCD0_D19_PORT162,
	GPIO_FN_LCD0_D20_PORT161,	GPIO_FN_LCD0_D21_PORT158,
	GPIO_FN_LCD0_D22_PORT160,	GPIO_FN_LCD0_D23_PORT159,
	GPIO_FN_LCD0_LCLK_PORT165,	 /* MSEL5CR_6_1 */

	GPIO_FN_LCD0_D18_PORT40,	GPIO_FN_LCD0_D19_PORT4,
	GPIO_FN_LCD0_D20_PORT3,		GPIO_FN_LCD0_D21_PORT2,
	GPIO_FN_LCD0_D22_PORT0,		GPIO_FN_LCD0_D23_PORT1,
	GPIO_FN_LCD0_LCLK_PORT102,	/* MSEL5CR_6_0 */

	/* LCD1 */
	GPIO_FN_LCDC1_SELECT,
	GPIO_FN_LCD1_D0,	GPIO_FN_LCD1_D1,	GPIO_FN_LCD1_D2,
	GPIO_FN_LCD1_D3,	GPIO_FN_LCD1_D4,	GPIO_FN_LCD1_D5,
	GPIO_FN_LCD1_D6,	GPIO_FN_LCD1_D7,	GPIO_FN_LCD1_D8,
	GPIO_FN_LCD1_D9,	GPIO_FN_LCD1_D10,	GPIO_FN_LCD1_D11,
	GPIO_FN_LCD1_D12,	GPIO_FN_LCD1_D13,	GPIO_FN_LCD1_D14,
	GPIO_FN_LCD1_D15,	GPIO_FN_LCD1_D16,	GPIO_FN_LCD1_D17,
	GPIO_FN_LCD1_D18,	GPIO_FN_LCD1_D19,	GPIO_FN_LCD1_D20,
	GPIO_FN_LCD1_D21,	GPIO_FN_LCD1_D22,	GPIO_FN_LCD1_D23,
	GPIO_FN_LCD1_DON,	GPIO_FN_LCD1_VCPWC,
	GPIO_FN_LCD1_LCLK,	GPIO_FN_LCD1_VEPWC,

	GPIO_FN_LCD1_DCK,	GPIO_FN_LCD1_VSYN, /* for RGB */
	GPIO_FN_LCD1_HSYN,	GPIO_FN_LCD1_DISP, /* for RGB */

	GPIO_FN_LCD1_WR,	GPIO_FN_LCD1_RD, /* for SYS */
	GPIO_FN_LCD1_CS,	GPIO_FN_LCD1_RS, /* for SYS */

	/* RSPI */
	GPIO_FN_RSPI_SSL0_A,	GPIO_FN_RSPI_SSL1_A,