summaryrefslogtreecommitdiff
path: root/arch/arm
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-12 11:06:11 +0100
commitead1f9d422c79c4c6eb97230140e0a68e1893fc3 (patch)
tree111e323313639fdb39590b37d5379b04da535b4b /arch/arm
parent92fc9b6ce6102d01f12107e84df20df114415735 (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>
Diffstat (limited to 'arch/arm')
-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";