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 | 892d571d079e95179d50ad7424574e5752ece832 (patch) | |
tree | d8f98340a201f75bfaedd2827d09619cd9b26fb0 /target/linux/at91/patches-3.14/100-ARM-at91-build-dtb-for-LMU5000.patch | |
parent | 035f68e8587800c5c9a9d2a7cbeb44a4afeb85e4 (diff) | |
download | upstream-892d571d079e95179d50ad7424574e5752ece832.tar.gz upstream-892d571d079e95179d50ad7424574e5752ece832.tar.bz2 upstream-892d571d079e95179d50ad7424574e5752ece832.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>
SVN-Revision: 42414
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 |