diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:10:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:10:18 +0000 |
commit | 9347de30ecfaee598d15ff350bbd921dc862d16c (patch) | |
tree | 7790ac42e5f925707c8d231d5592b4a724c8a0bc /target/linux/at91/patches-3.14/100-ARM-at91-build-dtb-for-LMU5000.patch | |
parent | e244d02a5bac420e7c8308169d2d1bc37614a147 (diff) | |
download | upstream-9347de30ecfaee598d15ff350bbd921dc862d16c.tar.gz upstream-9347de30ecfaee598d15ff350bbd921dc862d16c.tar.bz2 upstream-9347de30ecfaee598d15ff350bbd921dc862d16c.zip |
at91: add 3.14 support
Add support for Linux 3.14 for the Atmel's AT91 platform.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/patches-3.14/100-ARM-at91-build-dtb-for-LMU5000.patch')
-rw-r--r-- | target/linux/at91/patches-3.14/100-ARM-at91-build-dtb-for-LMU5000.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91/patches-3.14/100-ARM-at91-build-dtb-for-LMU5000.patch b/target/linux/at91/patches-3.14/100-ARM-at91-build-dtb-for-LMU5000.patch new file mode 100644 index 0000000000..c631f8d588 --- /dev/null +++ b/target/linux/at91/patches-3.14/100-ARM-at91-build-dtb-for-LMU5000.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -23,6 +23,7 @@ dtb-$(CONFIG_ARCH_AT91) += tny_a9g20.dtb + dtb-$(CONFIG_ARCH_AT91) += usb_a9g20.dtb + # sam9g45 + dtb-$(CONFIG_ARCH_AT91) += at91sam9m10g45ek.dtb ++dtb-$(CONFIG_ARCH_AT91) += lmu5000.dtb + dtb-$(CONFIG_ARCH_AT91) += pm9g45.dtb + # sam9n12 + dtb-$(CONFIG_ARCH_AT91) += at91sam9n12ek.dtb |