diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2017-12-11 17:59:00 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 09:15:44 +0100 |
commit | 3b2bbc368cc5272535c758d486a27b8a2b520d86 (patch) | |
tree | 69f7c11df1524e575ac112172cf214d939fa1bab /arch/arm/boot/dts/imx6qdl-hummingboard2-emmc.dtsi | |
parent | ARM: dts: imx6qdl-hummingboard2: add v1.5 som with eMMC (diff) | |
download | linux-3b2bbc368cc5272535c758d486a27b8a2b520d86.tar.xz linux-3b2bbc368cc5272535c758d486a27b8a2b520d86.zip |
ARM: dts: imx6qdl-hummingboard2: rename regulators to match schematic
Make the regulators match the schematic - name the regulators after
one of their schematic supply names, and arrange them into their
heirarchy.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-hummingboard2-emmc.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-hummingboard2-emmc.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2-emmc.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2-emmc.dtsi index 1aa97817e751..f400405381a7 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard2-emmc.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard2-emmc.dtsi @@ -64,8 +64,8 @@ &usdhc3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_hummingboard2_usdhc3>; - vmmc-supply = <®_3p3v>; - vqmmc-supply = <®_3p3v>; + vmmc-supply = <&v_3v2>; + vqmmc-supply = <&v_3v2>; bus-width = <8>; non-removable; status = "okay"; |