Skip to content
Snippets Groups Projects
Commit 568197fa authored by Dongjin Kim's avatar Dongjin Kim Committed by Minkyu Kang
Browse files

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: default avatarDongjin Kim <tobetter@gmail.com>
Reviewed-by: default avatarLukasz Majewski <lukma@denx.de>
Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
parent 43ede0bc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment