From 84cf5cfa9a0ee963673a197b2a5b8a576054603b Mon Sep 17 00:00:00 2001 From: Stefan Riedmueller Date: Tue, 8 Oct 2019 10:56:12 +0200 Subject: ARM: dts: imx6qdl: pfla02: Remove fec phy-supply There is no driver for the phyFLEX-i.MX 6 phy-supply regulator in the barebox. Use a dummy regulator instead by simply deleting the phy-supply property. Signed-off-by: Stefan Riedmueller Signed-off-by: Sascha Hauer --- arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/dts') diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi index f0bba2e098..846ebbe6b1 100644 --- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi @@ -86,6 +86,10 @@ }; }; +&fec { + /delete-property/ phy-supply; +}; + &gpmi { partitions { compatible = "fixed-partitions"; -- cgit v1.2.3