diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-19 10:15:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-19 10:15:04 +0000 |
commit | 09ef2d9f2a2ed5a5d475b9430cf21b1fea9500a9 (patch) | |
tree | 33331b7dda18ef7d78060a4cb67e3bad8babda8f /target/linux/at91/patches-3.18/100-ARM-at91-build-dtb-for-LMU5000.patch | |
parent | 4a22ba2a01035a9d05f0deb9456c59b9cfcfae10 (diff) | |
download | master-187ad058-09ef2d9f2a2ed5a5d475b9430cf21b1fea9500a9.tar.gz master-187ad058-09ef2d9f2a2ed5a5d475b9430cf21b1fea9500a9.tar.bz2 master-187ad058-09ef2d9f2a2ed5a5d475b9430cf21b1fea9500a9.zip |
at91: add 4.4 support
This puts the existing patches and config in a 3.18 folder and introduces
a 4.4 config and patches.
The USB clock fix patch is no longer necessary, and the patches applying
to non DT boards has been dropped as the platform has been converted.
4.4 config was generated by copying 3.18 and running make kernel_menuconfig,
scripts/kconfig.pl filled in the gaps.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48349 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/patches-3.18/100-ARM-at91-build-dtb-for-LMU5000.patch')
-rw-r--r-- | target/linux/at91/patches-3.18/100-ARM-at91-build-dtb-for-LMU5000.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91/patches-3.18/100-ARM-at91-build-dtb-for-LMU5000.patch b/target/linux/at91/patches-3.18/100-ARM-at91-build-dtb-for-LMU5000.patch new file mode 100644 index 0000000000..8852b6a4f0 --- /dev/null +++ b/target/linux/at91/patches-3.18/100-ARM-at91-build-dtb-for-LMU5000.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -28,6 +28,7 @@ dtb-$(CONFIG_ARCH_AT91) += usb_a9g20.dtb + dtb-$(CONFIG_ARCH_AT91) += usb_a9g20_lpw.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 |