Skip to content

Commit 91f6d5f

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: imx8mq: fix lcdif port node
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 d0081bd ("arm64: dts: imx8mq: Add NWL MIPI DSI controller") Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 5ea62d0 commit 91f6d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@
554554
assigned-clock-rates = <0>, <0>, <0>, <594000000>;
555555
status = "disabled";
556556

557-
port@0 {
557+
port {
558558
lcdif_mipi_dsi: endpoint {
559559
remote-endpoint = <&mipi_dsi_lcdif_in>;
560560
};

0 commit comments

Comments
 (0)