summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-colibri.dtsi
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-12-02 16:45:06 +0100
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-27 20:36:40 +0200
commita6c6e8c35d21719b99e6184e48b80ffdad088b78 (patch)
tree1a855721df087f03b4d880d283940e3f4fa67f9a /arch/arm/boot/dts/imx6ull-colibri.dtsi
parentc9e3244303925b3066c5eceb0a98156e8d8bb442 (diff)
ARM: dts: colibri-imx6ull: make use of new compatible
There is now a mainline variant for a regulator-fixed to be enabled by a clock. Make use of this newly cherry-picked mainline feature. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit c860fc5606189715f8e1b183d50576be276ce9eb)
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-colibri.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ull-colibri.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ull-colibri.dtsi b/arch/arm/boot/dts/imx6ull-colibri.dtsi
index 165c55c9e693..f6640a08baf7 100644
--- a/arch/arm/boot/dts/imx6ull-colibri.dtsi
+++ b/arch/arm/boot/dts/imx6ull-colibri.dtsi
@@ -87,7 +87,8 @@
};
reg_eth_phy: regulator-eth-phy {
- compatible = "regulator-fixed";
+ compatible = "regulator-fixed-clock";
+ regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-name = "eth_phy";