mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: rv1109: add camera IR cut support on 38 board
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com> Change-Id: I4a5a337461bed98a4d3525fbbfba9a162897aef2
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
/delete-node/ vdd-npu;
|
||||
/delete-node/ vdd-vepu;
|
||||
|
||||
cam_ircut0: cam_ircut {
|
||||
compatible = "rockchip,ircut";
|
||||
status = "okay";
|
||||
ircut-open-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||||
ircut-close-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
vcc_1v8: vcc-1v8 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vcc_1v8";
|
||||
@@ -155,6 +162,7 @@
|
||||
rockchip,camera-module-facing = "front";
|
||||
rockchip,camera-module-name = "CMK-OT1607-FV1";
|
||||
rockchip,camera-module-lens-name = "M12-4IR-4MP-F16";
|
||||
ir-cut = <&cam_ircut0>;
|
||||
|
||||
port {
|
||||
ucam_out0: endpoint {
|
||||
|
||||
Reference in New Issue
Block a user