From c98c6ef201e7065f5565261a19f21262918b2988 Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Sat, 4 Jan 2014 10:02:01 +0000 Subject: 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 SVN-Revision: 39189 --- target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch (limited to 'target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch') 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"; -- cgit v1.2.3