Disable UHS mode on Nanopi K2. This fixing SD card corruption when using modern SD cards. https://forum.armbian.com/topic/7913-nanopi-k2-microsd-error/

This commit is contained in:
Igor Pecovnik 2018-09-10 14:02:28 +02:00
parent b691b32ff5
commit 428c72a6f1
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts 2018-08-11 15:55:49.000000000 +0300
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts 2018-08-11 15:57:36.839263453 +0300
@@ -250,10 +250,6 @@
bus-width = <4>;
cap-sd-highspeed;
- sd-uhs-sdr12;
- sd-uhs-sdr25;
- sd-uhs-sdr50;
- sd-uhs-sdr104;
max-frequency = <200000000>;
disable-wp;

View File

@ -0,0 +1,13 @@
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts 2018-08-11 15:55:49.000000000 +0300
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts 2018-08-11 15:57:36.839263453 +0300
@@ -250,10 +250,6 @@
bus-width = <4>;
cap-sd-highspeed;
- sd-uhs-sdr12;
- sd-uhs-sdr25;
- sd-uhs-sdr50;
- sd-uhs-sdr104;
max-frequency = <200000000>;
disable-wp;