MLK-21528-1 arm64: dts: fsl-imx8qm-mek-domu-car: Fix endpoint name warning
authorLeonard Crestez <leonard.crestez@nxp.com>
Thu, 2 May 2019 10:24:24 +0000 (13:24 +0300)
committerLeonard Crestez <leonard.crestez@nxp.com>
Fri, 10 May 2019 13:07:45 +0000 (16:07 +0300)
Rename to endpoint@0 and endpoint@1 to fix default DT warning.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Acked-by: Liu Ying <victor.liu@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu-car.dts

index e552a10..e1c0089 100644 (file)
                dpu2_disp1: port@1 {
                        reg = <1>;
 
-                       dpu2_disp1_lvds0: lvds0-endpoint {
+                       dpu2_disp1_lvds0: endpoint@0 {
                                remote-endpoint = <&ldb2_lvds0>;
                        };
 
-                       dpu2_disp1_lvds1: lvds1-endpoint {
+                       dpu2_disp1_lvds1: endpoint@1 {
                                remote-endpoint = <&ldb2_lvds1>;
                        };
                };