MLK-12432-03: arm: dts: Replace ov5647 mipi sensor with ov5640
authorSandor Yu <Sandor.yu@nxp.com>
Mon, 22 Feb 2016 10:19:44 +0000 (18:19 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:51:46 +0000 (14:51 -0500)
ov5647 mipi camera sensor is replaced by ov5640
on imx7D SDB RevB board.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
arch/arm/boot/dts/imx7d-sdb.dts

index 81ee342..05b7072 100644 (file)
        status = "okay";
        port {
                mipi_sensor_ep: endpoint1 {
-                       remote-endpoint = <&ov5647_mipi_ep>;
+                       remote-endpoint = <&ov5640_mipi_ep>;
                        data-lanes = <2>;
                        csis-hs-settle = <13>;
                        csis-wclk;
                wlf,shared-lrclk;
        };
 
-       ov5647_mipi: ov5647_mipi@36 {
-               compatible = "ovti,ov5647_mipi";
-               reg = <0x36>;
+       ov5640_mipi: ov5640_mipi@3c {
+               compatible = "ovti,ov5640_mipi";
+               reg = <0x3c>;
                clocks = <&clks IMX7D_CLK_DUMMY>;
                clock-names = "csi_mclk";
                csi_id = <0>;
                pwn-gpios = <&gpio_spi 6 GPIO_ACTIVE_HIGH>;
+               AVDD-supply = <&vgen6_reg>;
                mclk = <24000000>;
                mclk_source = <0>;
                port {
-                       ov5647_mipi_ep: endpoint {
+                       ov5640_mipi_ep: endpoint {
                                remote-endpoint = <&mipi_sensor_ep>;
                        };
                };