summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-12-02 16:45:06 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-12-04 11:04:12 +0100
commit75f5aec9efbe9b979d7682309addb7a320439613 (patch)
tree88333caf2be49110df409a8a6b97c4f12a4093ab /arch/arm/boot
parentb9c641321c1e73bcd2bd6297ea2b892a868eeacb (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/boot')
-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";