linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: meson: s400: enable sdr104 on sdio
@ 2019-01-16 17:59 Jerome Brunet
  2019-01-17 20:03 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Jerome Brunet @ 2019-01-16 17:59 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Jerome Brunet, linux-amlogic, devicetree, linux-kernel,
	patchwork-bot+notify

The bcm wifi/bt device on SDIO support SDR104 and it seems to work
well following the recent mmc driver update, so enable this
ultra high speed mode

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
index 2e1dcf1c26bf..0c98ca78c8b8 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
@@ -464,7 +464,8 @@
 
 	bus-width = <4>;
 	cap-sd-highspeed;
-	max-frequency = <100000000>;
+	sd-uhs-sdr104;
+	max-frequency = <200000000>;
 	non-removable;
 	disable-wp;
 
-- 
2.20.1


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

* Re: [PATCH] arm64: dts: meson: s400: enable sdr104 on sdio
  2019-01-16 17:59 [PATCH] arm64: dts: meson: s400: enable sdr104 on sdio Jerome Brunet
@ 2019-01-17 20:03 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2019-01-17 20:03 UTC (permalink / raw)
  To: Jerome Brunet
  Cc: Jerome Brunet, linux-amlogic, devicetree, linux-kernel,
	patchwork-bot+notify

Jerome Brunet <jbrunet@baylibre.com> writes:

> The bcm wifi/bt device on SDIO support SDR104 and it seems to work
> well following the recent mmc driver update, so enable this
> ultra high speed mode
>
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

Queued for v5.1,

Thanks,

Kevin

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

end of thread, other threads:[~2019-01-17 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 17:59 [PATCH] arm64: dts: meson: s400: enable sdr104 on sdio Jerome Brunet
2019-01-17 20:03 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).