From 493ff6e08da077681748501aba60d04eff566262 Mon Sep 17 00:00:00 2001 From: Weiwen Chen Date: Tue, 11 Aug 2020 15:08:53 +0800 Subject: [PATCH] ARM: dts: rv1126: 38x38 board: fix ircut open/close status Signed-off-by: Weiwen Chen Change-Id: I7238758d571b15e919fccde7a81b88587f479b98 --- arch/arm/boot/dts/rv1126-38x38-v10-spi-nor.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rv1126-38x38-v10-spi-nor.dts b/arch/arm/boot/dts/rv1126-38x38-v10-spi-nor.dts index 666ec8d86caa..1f9c007aa104 100644 --- a/arch/arm/boot/dts/rv1126-38x38-v10-spi-nor.dts +++ b/arch/arm/boot/dts/rv1126-38x38-v10-spi-nor.dts @@ -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"; };