From ead1f9d422c79c4c6eb97230140e0a68e1893fc3 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 2 Dec 2019 16:45:06 +0100 Subject: 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 --- arch/arm/boot/dts/imx6ull-colibri.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch') 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"; -- cgit v1.2.3