From 426958c86272535336b9aef543754be1f302dc6a Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Sun, 13 Dec 2020 22:35:50 +0100 Subject: verdin imx8mp: remove defunct regulator-on-boot Turns out U-Boot won't do anything with those even if paired with regulator-always-on. I guess this is due to U-Boot's lazy loading. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imx8mp-verdin.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/imx8mp-verdin.dts b/arch/arm/dts/imx8mp-verdin.dts index 6dcb5b7455..0d31769bed 100644 --- a/arch/arm/dts/imx8mp-verdin.dts +++ b/arch/arm/dts/imx8mp-verdin.dts @@ -30,7 +30,6 @@ off-on-delay = <500000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_reg_eth>; - regulator-boot-on; regulator-name = "V3.3_ETH"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; -- cgit v1.2.3