diff options
Diffstat (limited to 'libre/linux-libre-hardened/0004-fix-mvsdio-eMMC-timing.patch')
-rw-r--r-- | libre/linux-libre-hardened/0004-fix-mvsdio-eMMC-timing.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre-hardened/0004-fix-mvsdio-eMMC-timing.patch b/libre/linux-libre-hardened/0004-fix-mvsdio-eMMC-timing.patch index b599ba410..4d7e4c4ca 100644 --- a/libre/linux-libre-hardened/0004-fix-mvsdio-eMMC-timing.patch +++ b/libre/linux-libre-hardened/0004-fix-mvsdio-eMMC-timing.patch @@ -1,7 +1,7 @@ -From 0188343b28b4019a7502ca492f55fb2e7f9eb6f2 Mon Sep 17 00:00:00 2001 +From 26bad4f64f00a5b4a197a1cf6d0cde1a02f9cb0b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Fri, 5 Sep 2014 15:43:56 -0600 -Subject: [PATCH 4/9] fix mvsdio eMMC timing +Subject: [PATCH 04/10] fix mvsdio eMMC timing These changes from Globalscale change the MMC timing to allow the eMMC versions of the Mirabox and SMILE Plug to work. @@ -34,5 +34,5 @@ index 42296e55b9de..e5ce6d27ec82 100644 host->clock = ios->clock; host->ns_per_clk = 1000000000 / (host->base_clock / (m+1)); -- -2.12.1 +2.12.2 |