arm64: dts: imx8mq: fix lcdif port node
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Sat, 29 Jan 2022 06:39:05 +0000 (14:39 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 29 Jan 2022 06:39:05 +0000 (14:39 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index bb68c94c2fc9b531ed4372cc129c7e3865a0c7c1..e92ebb6147e6d72ca27e5cb34504d3d219a58f49 100644 (file)
                                assigned-clock-rates = <0>, <0>, <0>, <594000000>;
                                status = "disabled";
 
-                               port@0 {
+                               port {
                                        lcdif_mipi_dsi: endpoint {
                                                remote-endpoint = <&mipi_dsi_lcdif_in>;
                                        };