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 | 287caacfbc688e30d18c2d97fe76898b796846ba (patch) | |
tree | e7f6ab21079d8a09e719baf0946d9a1ecf110507 /target/linux/sunxi/patches-3.12/186-dt-sun4i-fixup-sdc0.patch | |
parent | 14ea35c304349634359405dcc2f18d19eac9f814 (diff) | |
download | upstream-287caacfbc688e30d18c2d97fe76898b796846ba.tar.gz upstream-287caacfbc688e30d18c2d97fe76898b796846ba.tar.bz2 upstream-287caacfbc688e30d18c2d97fe76898b796846ba.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39189 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"; |