Browse Source

arm64: dts: rockchip: Fix VCC5V0_HOST_EN on rk3399-sapphire

The pin is GPIO4-D1 not GPIO1-D1, see schematic, page 15 for reference.

Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Vicente Bergas 7 years ago
parent
commit
bcdb578a5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi

+ 1 - 1
arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi

@@ -106,7 +106,7 @@
 	vcc5v0_host: vcc5v0-host-regulator {
 		compatible = "regulator-fixed";
 		enable-active-high;
-		gpio = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
+		gpio = <&gpio4 RK_PD1 GPIO_ACTIVE_HIGH>;
 		pinctrl-names = "default";
 		pinctrl-0 = <&vcc5v0_host_en>;
 		regulator-name = "vcc5v0_host";