mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl: phycore: Remove emmc vmmc-supply
@ 2019-12-03 13:48 Stefan Riedmueller
  2019-12-05  8:07 ` Sascha Hauer
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Riedmueller @ 2019-12-03 13:48 UTC (permalink / raw)
  To: barebox

There is no driver for the eMMC's vmmc-supply regulator in the barebox.
Use a dummy regulator instead by simply deleting the vmmc-supply
property.

Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
---
 arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
index 69f252b42382..974e271f453d 100644
--- a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
@@ -112,6 +112,7 @@
 };
 
 &usdhc4 {
+	/delete-property/ vmmc-supply;
 	partitions {
 		compatible = "fixed-partitions";
 		#address-cells = <1>;
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-06 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-03 13:48 [PATCH] ARM: dts: imx6qdl: phycore: Remove emmc vmmc-supply Stefan Riedmueller
2019-12-05  8:07 ` Sascha Hauer
2019-12-05  8:37   ` Ahmad Fatoum
2019-12-05 13:08     ` Stefan Riedmüller
2019-12-05 13:31       ` Ahmad Fatoum
2019-12-06 14:23         ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox