mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: rk3399-sapphire-excavator-linux: fixes the incorrect pdn pin for rk3399 camera
This patch fixes that ethernet is abnormal without connecting the camera, since the gpio3_a4 is reused by the gmac. Change-Id: I39cd40f62d706491dac57eda2c43408c4a88e7a0 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
"rockchip,camera_sleep";
|
||||
pinctrl-0 = <&cam0_default_pins>;
|
||||
pinctrl-1 = <&cam0_sleep_pins>;
|
||||
rockchip,pd-gpio = <&gpio3 4 GPIO_ACTIVE_LOW>;
|
||||
rockchip,pd-gpio = <&gpio1 4 GPIO_ACTIVE_LOW>;
|
||||
//rockchip,pwr-gpio = <&gpio3 13 0>;
|
||||
/* mipi switch control*/
|
||||
rockchip,rst-gpio = <&gpio2 10 GPIO_ACTIVE_LOW>;
|
||||
|
||||
Reference in New Issue
Block a user