From: Fabio Estevam Date: Tue, 17 Jun 2014 04:07:35 +0000 (-0300) Subject: ARM: dts: imx6sx: Use "vddarm" as the regulator name X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f78a59753c783e8db072fa94bbd4fb19157e8603;p=linux-beck.git ARM: dts: imx6sx: Use "vddarm" as the regulator name The other i.mx6 variants use "vddarm" as the name of the internal regulator that powers the core. Use the same convention here for consistency. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index ac3866c80727..78ccf6151ab3 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -581,7 +581,7 @@ reg_arm: regulator-vddcore@140 { compatible = "fsl,anatop-regulator"; - regulator-name = "cpu"; + regulator-name = "vddarm"; regulator-min-microvolt = <725000>; regulator-max-microvolt = <1450000>; regulator-always-on;