]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4
authorDongjin Kim <tobetter@gmail.com>
Sun, 29 Oct 2017 16:39:59 +0000 (12:39 -0400)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 6 Nov 2017 07:59:32 +0000 (16:59 +0900)
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>
arch/arm/dts/exynos5422-odroidxu3.dts

index b6f4333227519c4ce71b6261cd268fec31aa5ffc..b48ca3b1212656ad4973e4184dd2042f24682a47 100644 (file)
 
                                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;
                                };
 
                                };
 
                                ldo17_reg: LDO17 {
-                                       regulator-name = "tsp_avdd";
+                                       regulator-name = "vdd_ldo17";
                                        regulator-min-microvolt = <3300000>;
                                        regulator-max-microvolt = <3300000>;
                                        regulator-always-on;