arm64: dts: imx8mm-beacon: Change camera I2C address
authorAdam Ford <aford173@gmail.com>
Thu, 15 Jun 2023 21:53:12 +0000 (16:53 -0500)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Jul 2023 01:27:22 +0000 (09:27 +0800)
The DSI to HDMI bridge uses the address currently assigned to
the camera, so change the camera address to the alternative
address of 0x10 in preparation to enable the bridge.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-beacon-baseboard.dtsi

index bc531175ff765fd0dfe97c6491bfab0a8ba82fe7..d5c6fc68d656edfdf82621dd7a6516f7a4691d75 100644 (file)
        pinctrl-0 = <&pinctrl_i2c2>;
        status = "okay";
 
-       camera@3c {
+       camera@10 {
                compatible = "ovti,ov5640";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_ov5640>;
-               reg = <0x3c>;
+               reg = <0x10>;
                clocks = <&clk IMX8MM_CLK_CLKO1>;
                clock-names = "xclk";
                assigned-clocks = <&clk IMX8MM_CLK_CLKO1>;