All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: allwinner: h6: add eMMC voltage property for Beelink GS1
@ 2020-10-03  9:20 ` Clément Péron
  0 siblings, 0 replies; 18+ messages in thread
From: Clément Péron @ 2020-10-03  9:20 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: devicetree, linux-kernel, Chen-Yu Tsai, Rob Herring,
	Clément Péron, linux-arm-kernel

Sunxi MMC driver can't distinguish at runtime what's the I/O voltage
for HS200 mode.

Add a property in the device-tree to notify MMC core about this
configuration.

Fixes: 089bee8dd119 ("arm64: dts: allwinner: h6: Introduce Beelink GS1 board")
Signed-off-by: Clément Péron <peron.clem@gmail.com>
---
 arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts
index 049c21718846..3f20d2c9bbbb 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts
@@ -145,6 +145,7 @@ &mmc2 {
 	vqmmc-supply = <&reg_bldo2>;
 	non-removable;
 	cap-mmc-hw-reset;
+	mmc-hs200-1_8v;
 	bus-width = <8>;
 	status = "okay";
 };
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-10-15 21:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-03  9:20 [PATCH v2] arm64: dts: allwinner: h6: add eMMC voltage property for Beelink GS1 Clément Péron
2020-10-03  9:20 ` Clément Péron
2020-10-05  9:21 ` Maxime Ripard
2020-10-05  9:21   ` Maxime Ripard
2020-10-05 18:47   ` Clément Péron
2020-10-05 18:47     ` Clément Péron
2020-10-08 15:10     ` Maxime Ripard
2020-10-08 15:10       ` Maxime Ripard
2020-10-08 20:00       ` Clément Péron
2020-10-08 20:00         ` Clément Péron
2020-10-09  7:36         ` Maxime Ripard
2020-10-09  7:36           ` Maxime Ripard
2020-10-13 21:27           ` Jernej Škrabec
2020-10-13 21:27             ` Jernej Škrabec
2020-10-15  9:35             ` Maxime Ripard
2020-10-15  9:35               ` Maxime Ripard
2020-10-15 21:09               ` Jernej Škrabec
2020-10-15 21:09                 ` Jernej Škrabec

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.