diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-06-07 15:51:33 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-06-19 04:49:02 +0200 |
commit | f3af1e5c0c6fe20cd2cc3ae5512c79d8e2dfbfba (patch) | |
tree | bea630ac0275b15cbe2ed36bf747f244b731d987 /arch/arm/boot/dts | |
parent | ARM: dts: imx6q-icore-mipi: Add OV5640 Camera sensor (diff) | |
download | linux-f3af1e5c0c6fe20cd2cc3ae5512c79d8e2dfbfba.tar.xz linux-f3af1e5c0c6fe20cd2cc3ae5512c79d8e2dfbfba.zip |
ARM: dts: imx6qdl-icore: Fix wrong reg_2p5 regulator node name
- 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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-icore.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-icore.dtsi b/arch/arm/boot/dts/imx6qdl-icore.dtsi index be8aa55c973e..9ce993776160 100644 --- a/arch/arm/boot/dts/imx6qdl-icore.dtsi +++ b/arch/arm/boot/dts/imx6qdl-icore.dtsi @@ -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>; |