summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-01-14 17:58:17 +0200
committerMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-01-14 17:58:17 +0200
commit684b8ce4ba931469bffe552694e037804b648469 (patch)
treef574d29f65f64b061b501d42153995802fd3a5c9 /recipes-kernel
parent4adb534fb30b297504b1e13a884f860452a5e4d7 (diff)
downloadmeta-multitech-atmel-684b8ce4ba931469bffe552694e037804b648469.tar.gz
meta-multitech-atmel-684b8ce4ba931469bffe552694e037804b648469.tar.bz2
meta-multitech-atmel-684b8ce4ba931469bffe552694e037804b648469.zip
linux 5.4: add COMPATIBLE_MACHINE for mts devices
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-at91_5.4.81.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91_5.4.81.bb b/recipes-kernel/linux/linux-at91_5.4.81.bb
index 87b877f..d1d9ba5 100644
--- a/recipes-kernel/linux/linux-at91_5.4.81.bb
+++ b/recipes-kernel/linux/linux-at91_5.4.81.bb
@@ -77,4 +77,10 @@ do_deploy_append() {
KERNEL_MODULE_AUTOLOAD += "atmel_usba_udc g_serial"
-COMPATIBLE_MACHINE = "(sama5d2-xplained|sama5d2-xplained-sd|sama5d2-xplained-emmc|sama5d2-ptc-ek|sama5d2-ptc-ek-sd|sama5d27-som1-ek|sama5d27-som1-ek-sd|sama5d4-xplained|sama5d4-xplained-sd|sama5d4ek|sama5d3-xplained|sama5d3-xplained-sd|sama5d3xek|at91sam9x5ek|at91sam9m10g45ek|at91sam9rlek|sama5d2-icp-sd|sam9x60ek|sam9x60ek-sd|sama5d27-wlsom1-ek-sd|sama7g5ek)"
+DTB_APPEND_mtcdt = "mtcdt"
+DTB_APPEND_mtrv1 = "mtrv1"
+DTB_APPEND_mtcap = "mtcap"
+DTB_APPEND_mtr = "mtr"
+
+
+COMPATIBLE_MACHINE = "(mtcdt|mtrv1|mtr|mtcap|mths)" \ No newline at end of file