Commit 568197fa03cb10fb2c20afc9d1dba10c5e277fd3

Authored by Dongjin Kim
Committed by Minkyu Kang
1 parent 43ede0bca7

ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4

Looking at the schematic, LDO15 and LDO17 are tied as a power source of a
builtin network chipset. The voltage on LDO15 is corrected to 3.3V and the
name of LDO17 is corrected to "vdd_ldo17".

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

arch/arm/dts/exynos5422-odroidxu3.dts
... ... @@ -124,8 +124,8 @@
124 124  
125 125 ldo15_reg: LDO15 {
126 126 regulator-name = "vdd_ldo15";
127   - regulator-min-microvolt = <3100000>;
128   - regulator-max-microvolt = <3100000>;
  127 + regulator-min-microvolt = <3300000>;
  128 + regulator-max-microvolt = <3300000>;
129 129 regulator-always-on;
130 130 };
131 131  
... ... @@ -137,7 +137,7 @@
137 137 };
138 138  
139 139 ldo17_reg: LDO17 {
140   - regulator-name = "tsp_avdd";
  140 + regulator-name = "vdd_ldo17";
141 141 regulator-min-microvolt = <3300000>;
142 142 regulator-max-microvolt = <3300000>;
143 143 regulator-always-on;