[PATCH] ARM: dts: imx6qdl: pfla02: document motivation for dropping supply
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Thu Oct 29 16:56:15 EDT 2020
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 at pengutronix.de>
---
arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index b83511cb011f..7a12e2a06be4 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;
};
--
2.28.0
More information about the barebox
mailing list