ARM: dts: imx6qdl-icore: Fix wrong reg_2p5 regulator node name
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 7 Jun 2018 13:51:33 +0000 (19:21 +0530)
committerShawn Guo <shawnguo@kernel.org>
Tue, 19 Jun 2018 02:49:02 +0000 (10:49 +0800)
- in reg_2p5, fix regulator node name as regulator-2p5v
- remove exctra line

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-icore.dtsi

index be8aa55..9ce9937 100644 (file)
@@ -65,8 +65,7 @@
                regulator-always-on;
        };
 
-
-       reg_2p5v: regulator-3p3v {
+       reg_2p5v: regulator-2p5v {
                compatible = "regulator-fixed";
                regulator-name = "2P5V";
                regulator-min-microvolt = <2500000>;