diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-05 17:39:14 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-14 08:37:36 +0200 |
commit | da52a4a367d8d15003fd4357a0d08c94124a0d78 (patch) | |
tree | d7bdf0634e12b909351a621b83f4d363fb7d2988 /arch/arm/dts/sunxi-common-regulators.dtsi | |
parent | d8d079966f5d5cf00c33986aa505ab90bcb259b2 (diff) | |
download | u-boot-midas-da52a4a367d8d15003fd4357a0d08c94124a0d78.tar.gz u-boot-midas-da52a4a367d8d15003fd4357a0d08c94124a0d78.tar.bz2 u-boot-midas-da52a4a367d8d15003fd4357a0d08c94124a0d78.zip |
sunxi: dts: Sync with kernel
Sync the sunxi dts files with the changes queued up for kernel-4.3 in
mripard's sunxi/dt-for-4.3 branch.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/dts/sunxi-common-regulators.dtsi')
-rw-r--r-- | arch/arm/dts/sunxi-common-regulators.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/sunxi-common-regulators.dtsi b/arch/arm/dts/sunxi-common-regulators.dtsi index 51cc8383f7..f1953b0c50 100644 --- a/arch/arm/dts/sunxi-common-regulators.dtsi +++ b/arch/arm/dts/sunxi-common-regulators.dtsi @@ -108,6 +108,7 @@ regulator-name = "usb1-vbus"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; + regulator-boot-on; enable-active-high; gpio = <&pio 7 6 GPIO_ACTIVE_HIGH>; status = "disabled"; @@ -120,6 +121,7 @@ regulator-name = "usb2-vbus"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; + regulator-boot-on; enable-active-high; gpio = <&pio 7 3 GPIO_ACTIVE_HIGH>; status = "disabled"; |