linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a
@ 2023-10-11 19:14 Tamás Szűcs
  2023-10-16 20:12 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Tamás Szűcs @ 2023-10-11 19:14 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner,
	Michael Riesch, Chukun Pan, Anand Moon, Jonas Karlman,
	Shengyu Qu, Jagan Teki, Cristian Ciocaltea, Sebastian Reichel,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel
  Cc: Tamás Szűcs

Add missing UHS-I SDR rates to sdmmc2. Add explicit alias as mmc2 while at it.
It would be good to have matching timings enabled in case slower SDIO devices
are encountered.

Signed-off-by: Tamás Szűcs <tszucs@protonmail.ch>
---
 arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
index e05ab11981f5..a5e974ea659e 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
@@ -15,6 +15,7 @@ aliases {
 		ethernet0 = &gmac1;
 		mmc0 = &sdhci;
 		mmc1 = &sdmmc0;
+		mmc2 = &sdmmc2;
 	};
 
 	chosen: chosen {
@@ -747,6 +748,9 @@ &sdmmc2 {
 	non-removable;
 	pinctrl-names = "default";
 	pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
+	sd-uhs-sdr12;
+	sd-uhs-sdr25;
+	sd-uhs-sdr50;
 	sd-uhs-sdr104;
 	vmmc-supply = <&vcc3v3_sys>;
 	vqmmc-supply = <&vcc_1v8>;
-- 
2.42.0



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

* Re: [PATCH] arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a
  2023-10-11 19:14 [PATCH] arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a Tamás Szűcs
@ 2023-10-16 20:12 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2023-10-16 20:12 UTC (permalink / raw)
  To: Rob Herring, linux-arm-kernel, Cristian Ciocaltea,
	Tamás Szűcs, linux-rockchip, devicetree,
	Sebastian Reichel, Michael Riesch, Jonas Karlman, Conor Dooley,
	Chukun Pan, Anand Moon, Krzysztof Kozlowski, linux-kernel,
	Shengyu Qu, Jagan Teki
  Cc: Heiko Stuebner

On Wed, 11 Oct 2023 19:14:56 +0000, Tamás Szűcs wrote:
> Add missing UHS-I SDR rates to sdmmc2. Add explicit alias as mmc2 while at it.
> It would be good to have matching timings enabled in case slower SDIO devices
> are encountered.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a
      commit: 0597d85859e48c4366862a6252479698590ae39c

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

end of thread, other threads:[~2023-10-16 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 19:14 [PATCH] arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a Tamás Szűcs
2023-10-16 20:12 ` Heiko Stuebner

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).