diff options
author | 2019-02-07 15:18:42 +0000 | |
---|---|---|
committer | 2019-02-12 17:17:11 +0800 | |
commit | ee9ec3ea79c6b3a2c49ac0b406e401a8d0002abb (patch) | |
tree | 5776bd968d5acf46623c11b5b9769c1c9c976c92 | |
parent | ARM: dts: imx6qdl-sabresd: add regulators control for mma8451 sensor (diff) | |
download | wireguard-linux-ee9ec3ea79c6b3a2c49ac0b406e401a8d0002abb.tar.xz wireguard-linux-ee9ec3ea79c6b3a2c49ac0b406e401a8d0002abb.zip |
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>
-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 { |