Fixes bug when trying to change MMC partition table on linux.
From the linux-mmc mailing list [1]:
On 22/07/2026 03:54, Shawn Lin wrote:
The RK3566/RK3568 SoCs only claim to support HS200.
Removing the unsupported HS400 lines from the dts fixes the
issue inside linux.
[1]:
https://lore.kernel.org/linux-mmc/[email protected]/
Signed-off-by: Peter Taylor <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Philipp Tomsich <[email protected]>
Cc: Kever Yang <[email protected]>
---
arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi
b/arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi
index 64c43374c04..7e0b2ba02e4 100644
--- a/arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi
+++ b/arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi
@@ -15,8 +15,6 @@
&sdhci {
cap-mmc-highspeed;
mmc-hs200-1_8v;
- mmc-hs400-1_8v;
- mmc-hs400-enhanced-strobe;
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
};
--
2.55.0