mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
dts: isp: add multi-sensor support
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>
This commit is contained in:
committed by
Jianxin Pan
parent
329bc258fd
commit
43052acc27
@@ -727,12 +727,19 @@
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user