diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-04-30 19:55:28 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 15:03:58 +0800 |
commit | e6c8b3d49c0b602875a6e8b2b22a2002326d64a4 (patch) | |
tree | 0f0986f0f00677541af922107b1d4ea285be282d /arch/arm | |
parent | e370bff74e12d3453680cf85f0965a79aa58feca (diff) |
ARM: dts: imx6sl-warp: Remove unused regulator
The 'reg_1p8v' regulator is not used anywhere, so let's remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6sl-warp.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx6sl-warp.dts b/arch/arm/boot/dts/imx6sl-warp.dts index 64f7decf1fdc..232597a59122 100644 --- a/arch/arm/boot/dts/imx6sl-warp.dts +++ b/arch/arm/boot/dts/imx6sl-warp.dts @@ -82,14 +82,6 @@ gpio = <&gpio4 2 0>; enable-active-high; }; - - reg_1p8v: regulator@2 { - compatible = "regulator-fixed"; - reg = <2>; - regulator-name = "1P8V"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <1800000>; - }; }; usdhc3_pwrseq: usdhc3_pwrseq { |