All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx: Add missing pinctrl-names for panel on M53Menlo
@ 2021-09-05  0:00 Marek Vasut
  2021-09-05  0:46 ` Fabio Estevam
  2021-09-22  6:56 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2021-09-05  0:00 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Marek Vasut, Shawn Guo, Fabio Estevam, NXP Linux Team

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>
---
 arch/arm/boot/dts/imx53-m53menlo.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx53-m53menlo.dts b/arch/arm/boot/dts/imx53-m53menlo.dts
index d3082b9774e40..48adcfd32cea9 100644
--- a/arch/arm/boot/dts/imx53-m53menlo.dts
+++ b/arch/arm/boot/dts/imx53-m53menlo.dts
@@ -56,6 +56,7 @@ eth {
 	panel {
 		compatible = "edt,etm0700g0dh6";
 		pinctrl-0 = <&pinctrl_display_gpio>;
+		pinctrl-names = "default";
 		enable-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>;
 
 		port {
-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx: Add missing pinctrl-names for panel on M53Menlo
  2021-09-05  0:00 [PATCH] ARM: dts: imx: Add missing pinctrl-names for panel on M53Menlo Marek Vasut
@ 2021-09-05  0:46 ` Fabio Estevam
  2021-09-22  6:56 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2021-09-05  0:46 UTC (permalink / raw)
  To: Marek Vasut
  Cc: moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Shawn Guo, NXP Linux Team

Hi Marek,

On Sat, Sep 4, 2021 at 9:01 PM Marek Vasut <marex@denx.de> wrote:
>
> 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>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx: Add missing pinctrl-names for panel on M53Menlo
  2021-09-05  0:00 [PATCH] ARM: dts: imx: Add missing pinctrl-names for panel on M53Menlo Marek Vasut
  2021-09-05  0:46 ` Fabio Estevam
@ 2021-09-22  6:56 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2021-09-22  6:56 UTC (permalink / raw)
  To: Marek Vasut; +Cc: linux-arm-kernel, Fabio Estevam, NXP Linux Team

On Sun, Sep 05, 2021 at 02:00:48AM +0200, Marek Vasut wrote:
> 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>

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-22  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05  0:00 [PATCH] ARM: dts: imx: Add missing pinctrl-names for panel on M53Menlo Marek Vasut
2021-09-05  0:46 ` Fabio Estevam
2021-09-22  6:56 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.