diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-04 10:02:01 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-04 10:02:01 +0000 |
commit | c98c6ef201e7065f5565261a19f21262918b2988 (patch) | |
tree | 6017e8cbf436f2fbaabe59d009f1fa188bc36866 /target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch | |
parent | 2657412374b3ba7c44cfcc14f5bc6c8f0e673255 (diff) | |
download | upstream-c98c6ef201e7065f5565261a19f21262918b2988.tar.gz upstream-c98c6ef201e7065f5565261a19f21262918b2988.tar.bz2 upstream-c98c6ef201e7065f5565261a19f21262918b2988.zip |
sunxi: add mmc support - add MMC support for sun457i - update kernel config to compile in MMC and ext4 - update kernel cmdline
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39189
Diffstat (limited to 'target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch')
-rw-r--r-- | target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch b/target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch new file mode 100644 index 0000000000..f3aa3c3d7d --- /dev/null +++ b/target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch @@ -0,0 +1,11 @@ +diff -ruN old/arch/arm/boot/dts/sun4i-a10.dtsi new/arch/arm/boot/dts/sun4i-a10.dtsi +--- old/arch/arm/boot/dts/sun4i-a10.dtsi 2014-01-04 01:59:34.000000000 +0100 ++++ new/arch/arm/boot/dts/sun4i-a10.dtsi 2014-01-04 01:54:00.000000000 +0100 +@@ -323,6 +323,7 @@ + compatible = "allwinner,sun4i-mmc"; + reg = <0x01c0f000 0x1000>; + clocks = <&ahb_gates 8>, <&mmc0>; ++ clock-names = "ahb", "mod"; + interrupts = <32>; + bus-width = <4>; + status = "disabled"; |