MLK-17014-3 ARM64: dts: imx8mq: move hdmi 'port@0' node to dtsi file
authorFancy Fang <chen.fang@nxp.com>
Tue, 28 Nov 2017 09:55:42 +0000 (17:55 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:55:48 +0000 (15:55 -0500)
It is better to put the hdmi 'port@0' node definition
to 'fsl-imx8mq.dtsi' file.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts
arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi

index 01d36f9..2cafa08 100644 (file)
 
 &hdmi {
        status = "okay";
-
-       port@0 {
-               reg = <0>;
-                       hdmi_disp: endpoint {
-                       remote-endpoint = <&dcss_disp0_hdmi>;
-               };
-       };
 };
 
 &hdmi_cec {
index 9a66461..29496af 100644 (file)
                interrupt-names = "plug_in", "plug_out";
                interrupt-parent = <&gpc>;
                status = "disabled";
+
+               port@0 {
+                       reg = <0>;
+                       hdmi_disp: endpoint {
+                               remote-endpoint = <&dcss_disp0_hdmi>;
+                       };
+               };
        };
 
        mipi_dsi_phy: dsi_phy@30A00300 {