Skip to content

Commit

Permalink
Odroid C2 eMMC corruption (possible) fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Feb 2, 2018
1 parent 547b128 commit e3cb45a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions patch/kernel/odroidc2-next/emmc-corruption-fix.patch
@@ -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;

0 comments on commit e3cb45a

Please sign in to comment.