diff options
Diffstat (limited to 'recipes-kernel/linux/linux-at91_4.9.87.bb')
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 50b11e9..e391b60 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -60,10 +60,16 @@ SRC_URI_append_mtcap = "\ ${COMMON_PATCHES} \ file://linux-4.9-mtcap-device-tree.patch \ " +SRC_URI_append_mtr = "\ + ${COMMON_PATCHES} \ + file://linux-4.9-mtr-device-tree.patch \ + file://fix-atmel-mci-reg-overloading.patch \ + " DTB_APPEND_mtcdt = "mtcdt" DTB_APPEND_mtrv1 = "mtrv1" DTB_APPEND_mtcap = "mtcap" +DTB_APPEND_mtr = "mtr" python __anonymous () { if d.getVar('UBOOT_FIT_IMAGE', True) == 'xyes': |