ARM: dts: imx7d-sdb: fix endpont node name for mipi_sensor
authorVipul Kumar <vipul_kumar@mentor.com>
Thu, 7 Feb 2019 11:54:48 +0000 (17:24 +0530)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
This fixes the below compilation warnings:

arch/arm/boot/dts/imx7d-sdb.dtb: Warning (graph_endpoint): /soc/aips-bus@30400000/mipi-csi@30750000/port/endpoint1: graph endpont node name should be 'endpoint'
arch/arm/boot/dts/imx7d-sdb.dtb: Warning (graph_endpoint): /soc/aips-bus@30400000/mipi-csi@30750000/port/endpoint2: graph endpont node name should be 'endpoint'

Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
arch/arm/boot/dts/imx7d-sdb.dts

index a06f396..1719e9c 100644 (file)
        clock-frequency = <240000000>;
        status = "okay";
        port {
-               mipi_sensor_ep: endpoint1 {
+               mipi_sensor_ep: endpoint@1 {
                        remote-endpoint = <&ov5640_mipi_ep>;
                        data-lanes = <2>;
                        csis-hs-settle = <13>;
                        csis-wclk;
                };
 
-               csi_mipi_ep: endpoint2 {
+               csi_mipi_ep: endpoint@2 {
                        remote-endpoint = <&csi_ep>;
                };
        };