summaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches-4.4
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-19 10:15:04 +0000
committerJohn Crispin <john@openwrt.org>2016-01-19 10:15:04 +0000
commit373594fb4b8bafb77d93a3ef6e678006f9e25fd3 (patch)
treef137312f8ef740c19a573cf0e5080b1ab21c63f7 /target/linux/at91/patches-4.4
parent999d8c87b2011b8dc03d8cd5111303ae54010416 (diff)
downloadmaster-31e0f0ae-373594fb4b8bafb77d93a3ef6e678006f9e25fd3.tar.gz
master-31e0f0ae-373594fb4b8bafb77d93a3ef6e678006f9e25fd3.tar.bz2
master-31e0f0ae-373594fb4b8bafb77d93a3ef6e678006f9e25fd3.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> SVN-Revision: 48349
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 \