From 3d6db8d02c7de484757bf9ce9f8765b70cd965d8 Mon Sep 17 00:00:00 2001 From: Andrej Picej Date: Fri, 19 Nov 2021 10:54:28 +0100 Subject: ARM: dts: imx6qdl: pfla02: use dummy regulators The power for the phyFLEX sd cards and ethernet controller are supplied by the DA9063 PMIC's LDOs. There is no barebox driver for those LDO regulators. Thus use dummy-regulators to suppress warning message. Signed-off-by: Andrej Picej Link: https://lore.barebox.org/20211119095429.1905473-6-andrej.picej@norik.com Signed-off-by: Sascha Hauer --- arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi index 0653fcc3c3..ada1607688 100644 --- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi @@ -81,15 +81,6 @@ }; }; -&fec { - /* - * barebox doesn't have a driver for the PMIC providing the phy-supply - * (dlg,da9063). So remove the phy-supply property and rely on the - * PMIC's reset default which has this supply enabled. - */ - /delete-property/ phy-supply; -}; - &gpmi { partitions { compatible = "fixed-partitions"; @@ -162,5 +153,8 @@ watchdog-priority = <500>; restart-priority = <500>; reset-source-priority = <500>; + regulators { + barebox,allow-dummy-supply; + }; }; }; -- cgit v1.2.3