Message ID | 20190116175913.5907-1-jbrunet@baylibre.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 5ca872c530e5fd8ae24c999d4bc103bc1c8ac6af |
Headers | show |
Series | arm64: dts: meson: s400: enable sdr104 on sdio | expand |
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
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;
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(-)