From 8ad666171fae34c47e180db1a82cf2fed442d012 Mon Sep 17 00:00:00 2001 From: Zefa Chen Date: Wed, 25 Sep 2024 09:33:25 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3576-test5-v10 modify pwdn-gpio of camera Signed-off-by: Zefa Chen Change-Id: I117b9608f2247a8401f0bf978019e81e4ad906d0 --- .../arm64/boot/dts/rockchip/rk3576-test5-v10.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3576-test5-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-test5-v10.dts index b2eb1d337de5..2ee81e5b4878 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-test5-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-test5-v10.dts @@ -15,3 +15,19 @@ model = "Rockchip RK3576 TEST5 V10 Board"; compatible = "rockchip,rk3576-test5-v10", "rockchip,rk3576"; }; + +&imx464_0 { + pwdn-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_HIGH>; +}; + +&imx464_1 { + pwdn-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_HIGH>; +}; + +&os04a10 { + pwdn-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_HIGH>; +}; + +&sc4336 { + pwdn-gpios = <&gpio3 RK_PC7 GPIO_ACTIVE_HIGH>; +};