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 <andrej.picej@xxxxxxxxx> --- Changes in v2: - move "barebox,allow-dummy-supply" property from regulator consumer to regulator provider --- arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi index 0653fcc3c..ada160768 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; + }; }; }; -- 2.25.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox