aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3188-radxarock.dts
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2014-09-16 18:53:10 +0200
committerHeiko Stuebner <heiko@sntech.de>2014-09-16 18:53:10 +0200
commit66fa6cf29fc67ecbc42efd632c2310688530e441 (patch)
treec91d7c8653dade116c12ec3673647f91bc36edf7 /arch/arm/boot/dts/rk3188-radxarock.dts
parentARM: dts: rockchip: clean up rk3xxx mmc nodes (diff)
downloadlinux-dev-66fa6cf29fc67ecbc42efd632c2310688530e441.tar.xz
linux-dev-66fa6cf29fc67ecbc42efd632c2310688530e441.zip
ARM: dts: rockchip: fix swapped Radxa Rock pinctrl references
The host and otg regulator pinctrl settings got swapped, making the host reference the otg pinctrl and the other way round. The actual pins are correct (gpio0-3 for host and gpio2-31 for otg). Reported-by: Naoki FUKAUMI <naobsd@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3188-radxarock.dts')
-rw-r--r--arch/arm/boot/dts/rk3188-radxarock.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
index 1be0c34d4187..c08744d7c5ae 100644
--- a/arch/arm/boot/dts/rk3188-radxarock.dts
+++ b/arch/arm/boot/dts/rk3188-radxarock.dts
@@ -70,7 +70,7 @@
enable-active-high;
gpio = <&gpio2 31 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
- pinctrl-0 = <&host_vbus_drv>;
+ pinctrl-0 = <&otg_vbus_drv>;
regulator-name = "otg-vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
@@ -93,7 +93,7 @@
enable-active-high;
gpio = <&gpio0 3 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
- pinctrl-0 = <&otg_vbus_drv>;
+ pinctrl-0 = <&host_vbus_drv>;
regulator-name = "host-pwr";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;