diff options
author | Marek Vasut <marex@denx.de> | 2021-09-05 03:00:48 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-09-22 09:55:36 +0300 |
commit | c8c1efe14a4aadcfe93a158b1272e48298d2de15 (patch) | |
tree | f173e56c7b1bb3c8a9eeb6b0d5b7d255be35455d /arch/arm/boot/dts/imx53-m53menlo.dts | |
parent | 4497b40ca8217fce9f33c9886f5a1b0408661e03 (diff) | |
download | linux-c8c1efe14a4aadcfe93a158b1272e48298d2de15.tar.xz |
ARM: dts: imx: Add missing pinctrl-names for panel on M53Menlo
The panel already contains pinctrl-0 phandle, but it is missing
the default pinctrl-names property, so the pin configuration is
ignored. Fill in the missing pinctrl-names property, so the pin
configuration is applied.
Fixes: d81765d693db6 ("ARM: dts: imx53: Update LCD panel node on M53Menlo")
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>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53-m53menlo.dts b/arch/arm/boot/dts/imx53-m53menlo.dts index d3082b9774e4..48adcfd32cea 100644 --- a/arch/arm/boot/dts/imx53-m53menlo.dts +++ b/arch/arm/boot/dts/imx53-m53menlo.dts @@ -56,6 +56,7 @@ panel { compatible = "edt,etm0700g0dh6"; pinctrl-0 = <&pinctrl_display_gpio>; + pinctrl-names = "default"; enable-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; port { |