mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: ov13850/gc8034 add power gpio for rk3288-evb-rk808-linux
Change-Id: I15847124e126c7acf7e33d0aeb9430b003f37c57 Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
This commit is contained in:
@@ -437,7 +437,8 @@
|
||||
/* reset-gpios = <>; */
|
||||
pinctrl-names = "rockchip,camera_default";
|
||||
pinctrl-0 = <&isp_mipi>;
|
||||
power-gpio = <&gpio7 RK_PC5 GPIO_ACTIVE_HIGH>;
|
||||
power-gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpio = <&gpio7 RK_PC5 GPIO_ACTIVE_HIGH>;
|
||||
pwdn-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
|
||||
rockchip,camera-module-index = <0>;
|
||||
rockchip,camera-module-facing = "back";
|
||||
@@ -459,6 +460,7 @@
|
||||
clock-names = "xvclk";
|
||||
pinctrl-names = "rockchip,camera_default";
|
||||
pinctrl-0 = <&isp_mipi>;
|
||||
power-gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&gpio7 RK_PC5 GPIO_ACTIVE_LOW>;
|
||||
pwdn-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_LOW>;
|
||||
rockchip,camera-module-index = <0>;
|
||||
|
||||
Reference in New Issue
Block a user