diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-02-07 15:18:42 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-02-12 17:17:11 +0800 |
commit | ee9ec3ea79c6b3a2c49ac0b406e401a8d0002abb (patch) | |
tree | 5776bd968d5acf46623c11b5b9769c1c9c976c92 /arch/arm/boot/dts/imx6qdl-sabresd.dtsi | |
parent | 14cc68e143b3f8bf712cb93e665ed3e135e22d25 (diff) | |
download | linux-ee9ec3ea79c6b3a2c49ac0b406e401a8d0002abb.tar.bz2 |
ARM: dts: imx6qdl-sabresd: remove reg_sensors' regulator-always-on
Now that all sensors supplied by reg_sensors have supported
regulator control, reg_sensors does NOT need to be always ON,
remove "regulator-always-on" to save power.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-sabresd.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi index 80b990150756..a0705066ccba 100644 --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi @@ -64,7 +64,6 @@ regulator-max-microvolt = <3300000>; gpio = <&gpio2 31 GPIO_ACTIVE_HIGH>; enable-active-high; - regulator-always-on; }; gpio-keys { |