From 691b11ef9cf04bab69d88b421930fe3ec08444b5 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Mon, 2 Nov 2020 02:38:17 +0900 Subject: [PATCH] pwsh1: include LCD spec + alpha --- arch/arm/boot/dts/imx28-pwsh1.dts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx28-pwsh1.dts b/arch/arm/boot/dts/imx28-pwsh1.dts index 4a0a3d3f2d75..dbf44669655c 100644 --- a/arch/arm/boot/dts/imx28-pwsh1.dts +++ b/arch/arm/boot/dts/imx28-pwsh1.dts @@ -146,7 +146,7 @@ fsl,pull-up = ; }; - lcdif_pins_evk: lcdif-evk@0 { + lcdif_pins: lcdif@0 { reg = <0>; fsl,pinmux-ids = < MX28_PAD_LCD_D00__LCD_D0 @@ -180,9 +180,16 @@ lcdif@80030000 { compatible = "sharp,brainlcd"; pinctrl-names = "default"; - pinctrl-0 = <&lcdif_pins_evk>; + pinctrl-0 = <&lcdif_pins>; status = "okay"; + sharp,lcd-width = <800>; + sharp,lcd-height = <480>; + + sharp,mac-transpose; + sharp,mac-inversion; + sharp,mac-bgr; + sharp,en-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>, <&gpio0 27 GPIO_ACTIVE_HIGH>,