diff options
author | Tom Rini <trini@konsulko.com> | 2016-08-26 14:58:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-08-26 17:05:01 -0400 |
commit | c6b968da78ce3fa7224c0ddf15fe170c7c05b27e (patch) | |
tree | 42716ddc52ec9caecc19588a2d0c5ca9a94188dd /arch/arm/dts/sun5i-a10s-wobo-i5.dts | |
parent | 1cfce74fe5a2301ee9b384d9395ba95db930c9d6 (diff) | |
parent | d5ac6eef91965b519d8f15f17febfa0ea2ee0adc (diff) |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'arch/arm/dts/sun5i-a10s-wobo-i5.dts')
-rw-r--r-- | arch/arm/dts/sun5i-a10s-wobo-i5.dts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/dts/sun5i-a10s-wobo-i5.dts b/arch/arm/dts/sun5i-a10s-wobo-i5.dts index 9fea918f94..b5de75f4c7 100644 --- a/arch/arm/dts/sun5i-a10s-wobo-i5.dts +++ b/arch/arm/dts/sun5i-a10s-wobo-i5.dts @@ -79,6 +79,7 @@ regulator-name = "emac-3v3"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; + startup-delay-us = <20000>; enable-active-high; gpio = <&pio 0 2 GPIO_ACTIVE_HIGH>; }; @@ -195,7 +196,14 @@ regulator-always-on; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - regulator-name = "vcc-wifi"; + regulator-name = "vcc-wifi1"; +}; + +®_ldo4 { + regulator-always-on; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + regulator-name = "vcc-wifi2"; }; ®_usb1_vbus { |