mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Odroid C2 eMMC corruption (possible) fix
https://forum.armbian.com/topic/6159-c2-64gb-emmc-no-login/?tab=comments#comment-48390
This commit is contained in:
15
patch/kernel/odroidc2-next/emmc-corruption-fix.patch
Normal file
15
patch/kernel/odroidc2-next/emmc-corruption-fix.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
||||
old mode 100644
|
||||
new mode 100755
|
||||
index 2014439..fa7ec92
|
||||
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
||||
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
||||
@@ -344,7 +344,7 @@
|
||||
pinctrl-names = "default", "clk-gate";
|
||||
|
||||
bus-width = <8>;
|
||||
- max-frequency = <200000000>;
|
||||
+ max-frequency = <150000000>;
|
||||
non-removable;
|
||||
disable-wp;
|
||||
cap-mmc-highspeed;
|
||||
Reference in New Issue
Block a user