aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches-4.4
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-01-19 10:15:04 +0000
committerJohn Crispin <blogic@openwrt.org>2016-01-19 10:15:04 +0000
commit09ef2d9f2a2ed5a5d475b9430cf21b1fea9500a9 (patch)
tree33331b7dda18ef7d78060a4cb67e3bad8babda8f /target/linux/at91/patches-4.4
parent4a22ba2a01035a9d05f0deb9456c59b9cfcfae10 (diff)
downloadmaster-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-4.4')
-rw-r--r--target/linux/at91/patches-4.4/100-ARM-at91-build-dtb-for-LMU5000.patch10
-rw-r--r--target/linux/at91/patches-4.4/101-ARM-at91-build-dtb-for-q5xr5.patch10
2 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/at91/patches-4.4/100-ARM-at91-build-dtb-for-LMU5000.patch b/target/linux/at91/patches-4.4/100-ARM-at91-build-dtb-for-LMU5000.patch
new file mode 100644
index 0000000000..aac5b3de53
--- /dev/null
+++ b/target/linux/at91/patches-4.4/100-ARM-at91-build-dtb-for-LMU5000.patch
@@ -0,0 +1,10 @@
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -27,6 +27,7 @@ dtb-$(CONFIG_SOC_SAM_V4_V5) += \
+ usb_a9g20.dtb \
+ usb_a9g20_lpw.dtb \
+ at91sam9m10g45ek.dtb \
++ lmu5000.dtb \
+ pm9g45.dtb \
+ at91sam9n12ek.dtb \
+ at91sam9rlek.dtb \
diff --git a/target/linux/at91/patches-4.4/101-ARM-at91-build-dtb-for-q5xr5.patch b/target/linux/at91/patches-4.4/101-ARM-at91-build-dtb-for-q5xr5.patch
new file mode 100644
index 0000000000..d6bf7ae41f
--- /dev/null
+++ b/target/linux/at91/patches-4.4/101-ARM-at91-build-dtb-for-q5xr5.patch
@@ -0,0 +1,10 @@
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -35,6 +35,7 @@ dtb-$(CONFIG_SOC_SAM_V4_V5) += \
+ at91-ariettag25.dtb \
+ at91-cosino_mega2560.dtb \
+ at91-kizboxmini.dtb \
++ at91-q5xr5.dtb \
+ at91sam9g15ek.dtb \
+ at91sam9g25ek.dtb \
+ at91sam9g35ek.dtb \