summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-at91_5.4.81.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-at91_5.4.81.bb')
-rw-r--r--recipes-kernel/linux/linux-at91_5.4.81.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91_5.4.81.bb b/recipes-kernel/linux/linux-at91_5.4.81.bb
index 4c9d3c1..f57d418 100644
--- a/recipes-kernel/linux/linux-at91_5.4.81.bb
+++ b/recipes-kernel/linux/linux-at91_5.4.81.bb
@@ -45,10 +45,12 @@ COMMON_PATCHES = " \
file://linux-5.4-OF-DT-Overlay-configfs-interface.patch \
file://linux-5.4-revert-net-macb-Properly-handle-phylink-on-at91rm9200.patch \
file://linux-5.4-bring-back-PAE-bit-and-fix-NCFGR-values-applicable-f.patch \
+ file://mt-at91.h \
"
SRC_URI_append_mtcdt = "\
${COMMON_PATCHES} \
+ file://linux-5.4-reserve-5-bit-serial-for-multidrop.patch \
"
SRC_URI_append_mtrv1 = "\
${COMMON_PATCHES} \
@@ -76,6 +78,7 @@ python __anonymous () {
copy_mts_dts_files () {
# Install MTS device tree files
cp -f ${THISDIR}/linux-at91-5.4.81/mts-dts/${MACHINE}.dts ${S}/arch/${ARCH}/boot/dts/
+ cp -f ${THISDIR}/linux-at91-5.4.81/mt-at91.h ${S}/include/dt-bindings/gpio
}
python do_unpack_append () {