summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicente Bergas <vicencb@gmail.com>2018-09-08 22:00:46 +0300
committerHeiko Stuebner <heiko@sntech.de>2018-09-10 15:03:52 +0300
commitbcdb578a5f5b4aea79441606ab7f0a2e076b4474 (patch)
tree190a0cbe6c1a9dbbacd5351bdd5853be566088bc
parent07736689dcbf06f5fb0acf701b732b45b8a248e3 (diff)
downloadlinux-bcdb578a5f5b4aea79441606ab7f0a2e076b4474.tar.xz
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>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi
index 68d0634ebf02..299df5a0524e 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi
+++ b/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";