summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2015-05-04 16:51:07 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2015-07-30 18:52:56 +0200
commitd66cca71e0b64bae08bbb06eed54203991075517 (patch)
tree45a546ab766aab8444524dc01fb2801502a74e88
parent618a5b943551ed5298cafa61bf217879f73aec2c (diff)
DTS: sunxi: Fixing USB1 VBUS pin for the Pangolin board.
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--arch/arm/boot/dts/sun6i-a31-pangolin.dts8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31-pangolin.dts b/arch/arm/boot/dts/sun6i-a31-pangolin.dts
index eb5f0aececba..1c3313f1d91a 100644
--- a/arch/arm/boot/dts/sun6i-a31-pangolin.dts
+++ b/arch/arm/boot/dts/sun6i-a31-pangolin.dts
@@ -161,14 +161,18 @@
status = "okay";
};
+&usb1_vbus_pin_a {
+ allwinner,pins = "PD23";
+};
+
&reg_usb1_vbus {
- gpio = <&pio 7 24 GPIO_ACTIVE_HIGH>; /* PH24 */
+ gpio = <&pio 3 23 GPIO_ACTIVE_HIGH>; /* PD 23 */
status = "okay";
};
&usbphy {
- usb1_vbus-supply = <&reg_usb1_vbus>;
status = "okay";
+ usb1_vbus-supply = <&reg_usb1_vbus>;
};
&p2wi {