ARM: dts: rv1126: 38x38 board: fix ircut invalid status

Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Change-Id: I0d339a6a2e6c08811031774f7687cf59b1f4a01e
This commit is contained in:
Zhichao Yu
2020-08-10 17:52:44 +08:00
committed by Weiwen Chen
parent c828effdff
commit e5ba89d8a1

View File

@@ -99,9 +99,9 @@
cam_ircut0: cam_ircut {
status = "okay";
compatible = "rockchip,ircut";
ircut-open-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
ircut-close-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
led-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
ircut-open-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
ircut-close-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
led-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
rockchip,camera-module-index = <1>;
rockchip,camera-module-facing = "front";
};