diff options
author | Marek Vasut <marex@denx.de> | 2019-08-03 16:49:40 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-03 19:00:40 +0300 |
commit | d81765d693db67ee9afab40b4476e205723defe3 (patch) | |
tree | bf0f99d2ed5ef2bf48651e6b868eded7b9c8c1b5 /arch/arm/boot/dts/imx53-m53menlo.dts | |
parent | 2c1a3f4dc4b927d182f725c83e31bb055c9eb881 (diff) | |
download | linux-d81765d693db67ee9afab40b4476e205723defe3.tar.xz |
ARM: dts: imx53: Update LCD panel node on M53Menlo
Update the panel node with latest version of the panel used on the system.
Add missing pincontrol phandle to the panel node.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-m53menlo.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-m53menlo.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-m53menlo.dts b/arch/arm/boot/dts/imx53-m53menlo.dts index 10acc5331ba6..719ed5ca454a 100644 --- a/arch/arm/boot/dts/imx53-m53menlo.dts +++ b/arch/arm/boot/dts/imx53-m53menlo.dts @@ -54,7 +54,8 @@ }; panel { - compatible = "edt,etm070080dh6"; + compatible = "edt,etm0700g0dh6"; + pinctrl-0 = <&pinctrl_display_gpio>; enable-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; port { |