summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-12-02 16:45:06 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-02-09 22:38:59 +0100
commita99f2c6f28949bd25baa513c10a62f58cc7610d3 (patch)
treec0609a499baa91eef40a629418df961db8da56ea
parent30d395a0d7acc2fc6186c6a4389bf47ba4f58415 (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>
-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 e88278897cae..e627d8d969e7 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";