diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-28 10:21:16 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-30 12:12:37 +0200 |
commit | ed224b1880c6609a5c2a837ba23bb96081a433df (patch) | |
tree | 020e282323a4a0c58bc929deec40dbfb69fa2e61 /target/linux/at91/patches-4.14/101-ARM-at91-build-dtb-for-q5xr5.patch | |
parent | aff084adf339cf9fd966ce8e2b1173b3ff51fd48 (diff) | |
download | upstream-ed224b1880c6609a5c2a837ba23bb96081a433df.tar.gz upstream-ed224b1880c6609a5c2a837ba23bb96081a433df.tar.bz2 upstream-ed224b1880c6609a5c2a837ba23bb96081a433df.zip |
at91: Update kernel to version 4.14
This adds support for kernel 4.14 to the target and directly make it the
default kernel version to use.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Tested-by: Sandeep Sheriker <sandeepsheriker.mallikarjun@microchip.com>
Diffstat (limited to 'target/linux/at91/patches-4.14/101-ARM-at91-build-dtb-for-q5xr5.patch')
-rw-r--r-- | target/linux/at91/patches-4.14/101-ARM-at91-build-dtb-for-q5xr5.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91/patches-4.14/101-ARM-at91-build-dtb-for-q5xr5.patch b/target/linux/at91/patches-4.14/101-ARM-at91-build-dtb-for-q5xr5.patch new file mode 100644 index 0000000000..6c84c9401b --- /dev/null +++ b/target/linux/at91/patches-4.14/101-ARM-at91-build-dtb-for-q5xr5.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -41,6 +41,7 @@ dtb-$(CONFIG_SOC_AT91SAM9) += \ + at91-ariettag25.dtb \ + at91-cosino_mega2560.dtb \ + at91-kizboxmini.dtb \ ++ at91-q5xr5.dtb \ + at91sam9g15ek.dtb \ + at91sam9g25ek.dtb \ + at91sam9g35ek.dtb \ |