[PATCH 1/1] arm64: dts: imx8mq: fix lcdif port node

Alexander Stein alexander.stein at ew.tq-group.com
Tue Jan 25 01:16:46 PST 2022


The port node does not have a unit-address, remove it.
This fixes the warnings:
lcd-controller at 30320000: 'port' is a required property
lcd-controller at 30320000: 'port at 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 at 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 at 30320000 {
 				assigned-clock-rates = <0>, <0>, <0>, <1032000000>;
 				status = "disabled";
 
-				port at 0 {
+				port {
 					lcdif_mipi_dsi: endpoint {
 						remote-endpoint = <&mipi_dsi_lcdif_in>;
 					};
-- 
2.25.1




More information about the linux-arm-kernel mailing list