ARM: dts: imx7-colibri: allow to disable Ethernet rail
authorStefan Agner <stefan@agner.ch>
Wed, 29 Mar 2017 23:21:11 +0000 (16:21 -0700)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Apr 2017 08:16:20 +0000 (16:16 +0800)
The regulator-always-on property on the Ethernet rail prevents Linux
from disabling the rail when Ethernet is shut down (suspend or simply
link down). With this change the regulator framework will disable the
rail when the Ethernet PHY is not used, saving power especially on
carrier board not using Ethernet.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-colibri.dtsi

index 47eab920666ff20529e7f35a652d2b4ea2f5311b..cbcab937b90578bb36672e8301763ab0005cb4e1 100644 (file)
                        reg_LDO1: LDO1 { /* PWR_EN_+V3.3_ETH */
                                regulator-min-microvolt = <1800000>;
                                regulator-max-microvolt = <3300000>;
-                               regulator-always-on;
+                               regulator-boot-on;
                        };
 
                        reg_LDO2: LDO2 { /* +V1.8_SD */