Commit 622007d1 authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: aistarvision-mipi-adapter-2.1: Add parent macro for each sensor



For HiHope RZ/G2H the OV5645 sensor is populated on i2c2 whereas the imx219
sensor is populated on i2c3 so add support for handling such cases by
adding a parent macro for each sensor.

Also update r8a774c0-ek874-mipi-2.1.dts to incorporate the changes.

Signed-off-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20201020125134.22625-2-prabhakar.mahadev-lad.rj@bp.renesas.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 53e573dc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@
	};
};

&MIPI_PARENT_I2C {
&MIPI_OV5645_PARENT_I2C {
	ov5645: ov5645@3c {
		compatible = "ovti,ov5645";
		reg = <0x3c>;
@@ -77,7 +77,9 @@
			};
		};
	};
};

&MIPI_IMX219_PARENT_I2C {
	imx219: imx219@10 {
		compatible = "sony,imx219";
		reg = <0x10>;
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@

/dts-v1/;
#include "r8a774c0-ek874.dts"
#define MIPI_PARENT_I2C i2c3
#define MIPI_OV5645_PARENT_I2C i2c3
#define MIPI_IMX219_PARENT_I2C i2c3
#include "aistarvision-mipi-adapter-2.1.dtsi"

/ {