dts: isp: add multi-sensor support
authorJiacheng Mei <jiacheng.mei@amlogic.com>
Thu, 20 Sep 2018 08:29:28 +0000 (16:29 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Wed, 17 Oct 2018 07:30:42 +0000 (00:30 -0700)
PD#SWPL-720

Problem:
multi-sensor need config dts

Solution:
add multisensor dts config

Verify:
g12b-skt

Change-Id: I13aa339a54ab33340438d0a2b284c857254ef08b
Signed-off-by: Jiacheng Mei <jiacheng.mei@amlogic.com>
arch/arm64/boot/dts/amlogic/g12b_a311d_skt.dts

index 6d9d5f1..95905b0 100644 (file)
        sensor: sensor {
                compatible = "soc, sensor";
                status = "okay";
+               sensor-name = "imx290"; /*imx290;os08a10;imx227*/
                pinctrl-names="default";
                pinctrl-0=<&clk12_24_z_pins>;
                clocks = <&clkc CLKID_24M>;
                clock-names = "g12a_24m";
                reset = <&gpio GPIOZ_12 GPIO_ACTIVE_HIGH>;
        };
+
+       iq: iq {
+               compatible = "soc, iq";
+               status = "okay";
+               sensor-name = "imx290"; /*imx290;os08a10;imx227*/
+       };
 }; /* end of / */
 &i2c2 {
        status = "okay";