diff --git a/arch/arm64/boot/dts/rockchip/rk3326-863-cif-sensor.dtsi b/arch/arm64/boot/dts/rockchip/rk3326-863-cif-sensor.dtsi index 942458d11591..a01be378daa3 100644 --- a/arch/arm64/boot/dts/rockchip/rk3326-863-cif-sensor.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3326-863-cif-sensor.dtsi @@ -12,7 +12,7 @@ gc2145_b { is_front = <0>; - powerdown-gpios = <&gpio2 13 GPIO_ACTIVE_HIGH>; + powerdown-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>; pwdn_active = ; pwr_active = ; mir = <0>; @@ -28,7 +28,7 @@ gc0312_f { is_front = <1>; - powerdown-gpios = <&gpio2 14 GPIO_ACTIVE_HIGH>; + powerdown-gpios = <&gpio2 RK_PB6 GPIO_ACTIVE_HIGH>; pwdn_active = ; pwr_active = ; mir = <0>; diff --git a/arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts b/arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts index 85d598f5012a..dee77de7ebbd 100644 --- a/arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts @@ -481,6 +481,10 @@ }; }; +&i2c2 { + status = "okay"; +}; + &io_domains { status = "okay"; @@ -585,6 +589,10 @@ status = "okay"; }; +&vip_mmu { + status = "okay"; +}; + &vopb { status = "okay"; };