From: Tobias Jakobi Date: Mon, 21 Sep 2015 17:59:00 +0000 (+0200) Subject: ARM: dts: Unify voltage regulator style in exynos4412-odroid X-Git-Tag: KARO-TX6UL-2015-11-03~137^2~5^2~6^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=00e5e8c47b6fb2da314b0221477b2b84bea0e224;p=karo-tx-linux.git ARM: dts: Unify voltage regulator style in exynos4412-odroid Use 'ldoN_reg: LDON' syntax and drop the deprecated 'regulator-compatible' property. Signed-off-by: Tobias Jakobi Reviewed-by: Javier Martinez Canillas Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi index 10b5a72a8e4f..c3e978d77367 100644 --- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi +++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi @@ -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>;