[PATCH v2] arm64: dts: rockchip: nanopc-t6 sdmmc device tuning

John Clark posted 1 patch 1 year, 12 months ago
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
[PATCH v2] arm64: dts: rockchip: nanopc-t6 sdmmc device tuning
Posted by John Clark 1 year, 12 months ago
drop max-frequency = <200000000> as it is already defined in rk3588s.dtsi
order no-sdio & no-mmc properties while we are here

Signed-off-by: John Clark <inindev@gmail.com>
---
Changes since v1:
Additional scenarios need to be tested for proposed regulator and
cd-gpios changes. Withdrawing those submissions for now.
- removed proposed vcc3v3_sd_s0 regulator
- removed proposed cd-gpios
---
 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts
index e83b71510a47..d7722772ecd8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts
@@ -536,13 +536,12 @@ &sdhci {
 };
 
 &sdmmc {
-	max-frequency = <200000000>;
-	no-sdio;
-	no-mmc;
 	bus-width = <4>;
 	cap-mmc-highspeed;
 	cap-sd-highspeed;
 	disable-wp;
+	no-mmc;
+	no-sdio;
 	sd-uhs-sdr104;
 	vmmc-supply = <&vcc_3v3_s3>;
 	vqmmc-supply = <&vccio_sd_s0>;
-- 
2.43.0
Re: [PATCH v2] arm64: dts: rockchip: nanopc-t6 sdmmc device tuning
Posted by Heiko Stuebner 1 year, 12 months ago
On Thu, 28 Dec 2023 17:29:35 +0000, John Clark wrote:
> drop max-frequency = <200000000> as it is already defined in rk3588s.dtsi
> order no-sdio & no-mmc properties while we are here
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: nanopc-t6 sdmmc device tuning
      commit: 9e1faff1cbc877903d019a7943d37ddc5042704d

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