ARM: dts: rockchip: support ircut for rv1106-ipc

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: I6129e618b9f88e2456c01a0d818a5ce52a11adb3
This commit is contained in:
Yiqing Zeng
2022-04-01 16:43:09 +08:00
committed by Tao Huang
parent 7344989b7e
commit 89007af35d

View File

@@ -8,6 +8,15 @@
bootargs = "earlycon=uart8250,mmio32,0xff4c0000 console=ttyFIQ0 rootwait snd_soc_core.prealloc_buffer_size_kbytes=16";
};
cam_ircut0: cam_ircut {
status = "okay";
compatible = "rockchip,ircut";
ircut-open-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
ircut-close-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
rockchip,camera-module-index = <0>;
rockchip,camera-module-facing = "back";
};
vcc_1v8: vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "vcc_1v8";
@@ -111,6 +120,7 @@
pwdn-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&mipi_refclk_out0>;
lens-focus = <&cam_ircut0>;
rockchip,camera-module-index = <0>;
rockchip,camera-module-facing = "back";
rockchip,camera-module-name = "CMK-OT2117-PC1";