mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-29 17:22:38 +00:00
Some NanoPC-T6 boards with A3A444 eMMC chips experience I/O errors and
corruption when using HS400 mode. Downgrade to HS200 mode to ensure
stable operation.
Fixes: #18844
Signed-off-by: Grzegorz Sterniczuk <grzegorz@sternicz.uk>
Link: https://github.com/openwrt/openwrt/pull/19398
[Add patch header]
(cherry picked from commit c4586ceae8
)
[Merge fixes into patch 121]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/19926
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
22 lines
454 B
Diff
22 lines
454 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi
|
|
@@ -621,8 +621,7 @@
|
|
no-sd;
|
|
non-removable;
|
|
max-frequency = <200000000>;
|
|
- mmc-hs400-1_8v;
|
|
- mmc-hs400-enhanced-strobe;
|
|
+ mmc-hs200-1_8v;
|
|
status = "okay";
|
|
};
|
|
|
|
@@ -634,7 +633,7 @@
|
|
disable-wp;
|
|
no-mmc;
|
|
no-sdio;
|
|
- sd-uhs-sdr104;
|
|
+ sd-uhs-sdr50;
|
|
vmmc-supply = <&vcc3v3_sd_s0>;
|
|
vqmmc-supply = <&vccio_sd_s0>;
|
|
status = "okay";
|