diff --git a/conf/machine/seco-mx8mm.conf b/conf/machine/seco-mx8mm.conf
index 1201b26b57076181d6811aa99fe59881020e5d64..d0ccd8eae7a50e7b128f397baba9b0556b497b50 100644
--- a/conf/machine/seco-mx8mm.conf
+++ b/conf/machine/seco-mx8mm.conf
@@ -43,10 +43,11 @@ DDR_FIRMWARE_NAME = " \
 # All available device trees for the mx8mm.
 # The first item in the list is the default DT.
 KERNEL_DEVICETREE ?= " \
+    seconorth/pcf8563-overlay.dtbo \
+    seconorth/rx8803-overlay.dtbo \
     seconorth/seconorth-tanaro-fg0700w0dsswagl1.dtb \
     seconorth/seconorth-tanaro-g121xcett122e.dtb \
     seconorth/seconorth-tanaro-qp_070wsvgamlli1d.dtb \
+    seconorth/seconorth-tanaro-scx1001255ggu06.dtb \
     seconorth/seconorth-trizeps8mini-pconxs_v3-atm0700.dtb \
-    seconorth/pcf8563-overlay.dtbo \
-    seconorth/rx8803-overlay.dtbo \
 "
diff --git a/recipes-kernel/touchdriver/packagegroup-seconorth-touchdriver.bb b/recipes-kernel/touchdriver/packagegroup-seconorth-touchdriver.bb
index 7ac47d399de8caaf97e8412774572e5934bacdcc..9b829f8e81f00bd3338a801ba277335fae3ba200 100644
--- a/recipes-kernel/touchdriver/packagegroup-seconorth-touchdriver.bb
+++ b/recipes-kernel/touchdriver/packagegroup-seconorth-touchdriver.bb
@@ -13,13 +13,13 @@ UNUSED_DRIVERS = " \
 
 RDEPENDS:${PN} = " \
 	egalaxi2c \
-	ilitek \
 	ili2118 \
+	ilitek \
 	scx0500633 \
+	sis-i2c \
 "
 
 RDEPENDS:${PN}:append:mx6q  = " \
-	sis-i2c \
 	eetii2c \ 
 	ni-force-ts \
 "