devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] arm64: dts: imx8mq: fix lcdif port node
@ 2022-01-25  9:16 Alexander Stein
  2022-01-25 10:59 ` Fabio Estevam
  2022-01-29  6:40 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Stein @ 2022-01-25  9:16 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Fabio Estevam, Peng Fan,
	Guido Günther
  Cc: Alexander Stein, devicetree, linux-arm-kernel

The port node does not have a unit-address, remove it.
This fixes the warnings:
lcd-controller@30320000: 'port' is a required property
lcd-controller@30320000: 'port@0' does not match any of the regexes:
'pinctrl-[0-9]+'

Fixes: commit d0081bd02a03 ("arm64: dts: imx8mq: Add NWL MIPI DSI controller")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index bacdeb29ad9f..7b887861bea5 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -554,7 +554,7 @@ lcdif: lcd-controller@30320000 {
 				assigned-clock-rates = <0>, <0>, <0>, <1032000000>;
 				status = "disabled";
 
-				port@0 {
+				port {
 					lcdif_mipi_dsi: endpoint {
 						remote-endpoint = <&mipi_dsi_lcdif_in>;
 					};
-- 
2.25.1


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

* Re: [PATCH 1/1] arm64: dts: imx8mq: fix lcdif port node
  2022-01-25  9:16 [PATCH 1/1] arm64: dts: imx8mq: fix lcdif port node Alexander Stein
@ 2022-01-25 10:59 ` Fabio Estevam
  2022-01-29  6:40 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-01-25 10:59 UTC (permalink / raw)
  To: Alexander Stein
  Cc: Rob Herring, Shawn Guo, Sascha Hauer, Peng Fan,
	Guido Günther,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

Hi Alexander,

On Tue, Jan 25, 2022 at 6:16 AM Alexander Stein
<alexander.stein@ew.tq-group.com> wrote:
>
> The port node does not have a unit-address, remove it.
> This fixes the warnings:
> lcd-controller@30320000: 'port' is a required property
> lcd-controller@30320000: 'port@0' does not match any of the regexes:
> 'pinctrl-[0-9]+'
>
> Fixes: commit d0081bd02a03 ("arm64: dts: imx8mq: Add NWL MIPI DSI controller")
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

* Re: [PATCH 1/1] arm64: dts: imx8mq: fix lcdif port node
  2022-01-25  9:16 [PATCH 1/1] arm64: dts: imx8mq: fix lcdif port node Alexander Stein
  2022-01-25 10:59 ` Fabio Estevam
@ 2022-01-29  6:40 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2022-01-29  6:40 UTC (permalink / raw)
  To: Alexander Stein
  Cc: Rob Herring, Sascha Hauer, Fabio Estevam, Peng Fan,
	Guido Günther, devicetree, linux-arm-kernel

On Tue, Jan 25, 2022 at 10:16:46AM +0100, Alexander Stein wrote:
> The port node does not have a unit-address, remove it.
> This fixes the warnings:
> lcd-controller@30320000: 'port' is a required property
> lcd-controller@30320000: 'port@0' does not match any of the regexes:
> 'pinctrl-[0-9]+'
> 
> Fixes: commit d0081bd02a03 ("arm64: dts: imx8mq: Add NWL MIPI DSI controller")
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

Applied, thanks!

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

end of thread, other threads:[~2022-01-29  6:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25  9:16 [PATCH 1/1] arm64: dts: imx8mq: fix lcdif port node Alexander Stein
2022-01-25 10:59 ` Fabio Estevam
2022-01-29  6:40 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).