diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-06 09:24:55 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-06 09:24:55 -0500 |
commit | 57270eca55b4e72b4af6c78ac066466dba7c6d70 (patch) | |
tree | 55941871f690e4cd75ebeb500b5b3d7c420a0876 /arch | |
parent | 43ede0bca7fc1590b623832b743213b818257a27 (diff) | |
parent | 568197fa03cb10fb2c20afc9d1dba10c5e277fd3 (diff) |
Merge git://git.denx.de/u-boot-samsung
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/exynos5422-odroidxu3.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts index b6f4333227..b48ca3b121 100644 --- a/arch/arm/dts/exynos5422-odroidxu3.dts +++ b/arch/arm/dts/exynos5422-odroidxu3.dts @@ -124,8 +124,8 @@ ldo15_reg: LDO15 { regulator-name = "vdd_ldo15"; - regulator-min-microvolt = <3100000>; - regulator-max-microvolt = <3100000>; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; regulator-always-on; }; @@ -137,7 +137,7 @@ }; ldo17_reg: LDO17 { - regulator-name = "tsp_avdd"; + regulator-name = "vdd_ldo17"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-always-on; |