projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0773668
)
arm64: dts: rockchip: Fix VCC5V0_HOST_EN on rk3399-sapphire
author
Vicente Bergas
<vicencb@gmail.com>
Sat, 8 Sep 2018 19:00:46 +0000
(21:00 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 10 Sep 2018 12:03:52 +0000
(14:03 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi
b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi
index 68d0634ebf02809126ff2ee535dbc4ae37156705..299df5a0524ecec0afde08d75b764edbe00a282f 100644
(file)
--- 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 = <&gpio
1
RK_PD1 GPIO_ACTIVE_HIGH>;
+ gpio = <&gpio
4
RK_PD1 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&vcc5v0_host_en>;
regulator-name = "vcc5v0_host";