sunxi: fix USB voltage on pcDuino

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 39472
This commit is contained in:
Zoltan Herpai 2014-02-05 08:43:49 +00:00
parent c957af0a0f
commit 3e5042bec2

View file

@ -135,8 +135,8 @@
pinctrl-names = "default";
pinctrl-0 = <&usb1_vbus_pin>;
regulator-name = "usb1-vbus";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
gpio = <&pio 7 6 0>;
};
@ -146,8 +146,8 @@
pinctrl-names = "default";
pinctrl-0 = <&usb2_vbus_pin>;
regulator-name = "usb2-vbus";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
gpio = <&pio 7 3 0>;
};