summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrej Picej <andrej.picej@norik.com>2021-11-19 10:54:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-25 08:29:57 +0100
commit3d6db8d02c7de484757bf9ce9f8765b70cd965d8 (patch)
treecbc575ca447bae3bdebde7f6f2b0a6ce80c0935d /arch
parentb72062565937f8e9a98101a2dc1879c44a96ba25 (diff)
downloadbarebox-3d6db8d02c7de484757bf9ce9f8765b70cd965d8.tar.gz
barebox-3d6db8d02c7de484757bf9ce9f8765b70cd965d8.tar.xz
ARM: dts: imx6qdl: pfla02: use dummy regulators
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@norik.com> Link: https://lore.barebox.org/20211119095429.1905473-6-andrej.picej@norik.com Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi12
1 files changed, 3 insertions, 9 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index 0653fcc3c3..ada1607688 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;
+ };
};
};