summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorStefan Riedmueller <s.riedmueller@phytec.de>2019-10-08 10:56:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-14 12:24:56 +0200
commit84cf5cfa9a0ee963673a197b2a5b8a576054603b (patch)
treea5c551700c8106ef356e3fc7b0408970940c73d4 /arch/arm/dts
parentdd9616e63922aca74e35572ecc5d43662d30e830 (diff)
downloadbarebox-84cf5cfa9a0ee963673a197b2a5b8a576054603b.tar.gz
barebox-84cf5cfa9a0ee963673a197b2a5b8a576054603b.tar.xz
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 <s.riedmueller@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi4
1 files changed, 4 insertions, 0 deletions
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";