Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00e5e8c4 authored by Tobias Jakobi's avatar Tobias Jakobi Committed by Krzysztof Kozlowski
Browse files

ARM: dts: Unify voltage regulator style in exynos4412-odroid



Use 'ldoN_reg: LDON' syntax and drop the deprecated
'regulator-compatible' property.

Signed-off-by: default avatarTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 4e33714e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -274,15 +274,13 @@
				regulator-always-on;
			};

			ldo8_reg: ldo@8 {
				regulator-compatible = "LDO8";
			ldo8_reg: LDO8 {
				regulator-name = "VDD10_HDMI_1.0V";
				regulator-min-microvolt = <1000000>;
				regulator-max-microvolt = <1000000>;
			};

			ldo10_reg: ldo@10 {
				regulator-compatible = "LDO10";
			ldo10_reg: LDO10 {
				regulator-name = "VDDQ_MIPIHSI_1.8V";
				regulator-min-microvolt = <1800000>;
				regulator-max-microvolt = <1800000>;