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>
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>;
};
};