summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-10-29 21:56:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-02 08:55:40 +0100
commit88b0dcdaca9afcd14ed13c20eb6c3d505ef054f8 (patch)
tree66f688524ee1b4a6768e3ca0baaf10b782f4f46a
parentb6d75ef0f45d3d4e7da212a3d30d1097484328ee (diff)
downloadbarebox-88b0dcdaca9afcd14ed13c20eb6c3d505ef054f8.tar.gz
barebox-88b0dcdaca9afcd14ed13c20eb6c3d505ef054f8.tar.xz
ARM: dts: imx6qdl: pfla02: document motivation for dropping supply
In commit 84cf5cfa9a0e ("ARM: dts: imx6qdl: pfla02: Remove fec phy-supply") the phy-supply was removed. The motivation however was only given in the commit log. Add a comment accompanying the actual statement to remove the property to make this better findable. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index b83511cb01..7a12e2a06b 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -84,6 +84,11 @@
};
&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;
};