mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ARM: dts: rv1126: 38x38 board: fix ircut open/close status
Signed-off-by: Weiwen Chen <cww@rock-chips.com> Change-Id: I7238758d571b15e919fccde7a81b88587f479b98
This commit is contained in:
@@ -109,8 +109,8 @@
|
||||
cam_ircut0: cam_ircut {
|
||||
status = "okay";
|
||||
compatible = "rockchip,ircut";
|
||||
ircut-open-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
|
||||
ircut-close-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||||
ircut-open-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||||
ircut-close-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
|
||||
rockchip,camera-module-index = <1>;
|
||||
rockchip,camera-module-facing = "front";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user