summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-10-19 14:39:32 -0500
committerJohn Klug <john.klug@multitech.com>2020-10-19 14:39:32 -0500
commit592cb139213f95736ad2c202e040ef1445dcecae (patch)
tree658ef92157f8a63d67eb98eafd9bd9716a2e831a
parent0ddef5fdaa0c1c078dafac5f5006386fb6b0b402 (diff)
downloadmeta-multitech-atmel-592cb139213f95736ad2c202e040ef1445dcecae.tar.gz
meta-multitech-atmel-592cb139213f95736ad2c202e040ef1445dcecae.tar.bz2
meta-multitech-atmel-592cb139213f95736ad2c202e040ef1445dcecae.zip
Remove more debug from i2c-at91, and add "a" to the revision of atmel-mci
-rw-r--r--recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf6
-rw-r--r--recipes-kernel/linux/linux-at91_4.9.87.bb4
2 files changed, 8 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf b/recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf
index a5d7ff4..55ed237 100644
--- a/recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf
+++ b/recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf
@@ -1,3 +1,7 @@
# For some reason, dynamic debug is turned on for module i2c_at91.
# Turn it off.
-install i2c-at91 modprobe --ignore-install i2c_at91 ; echo 'module i2c_at91 -p' >/sys/kernel/debug/dynamic_debug/control
+install i2c-at91 modprobe --ignore-install i2c_at91 ; \
+ echo 'module i2c_at91 -p' >/sys/kernel/debug/dynamic_debug/control ; \
+ echo 'module i2c_dev -p' >/sys/kernel/debug/dynamic_debug/control ; \
+ echo 'module i2c_algo_bit -p' >/sys/kernel/debug/dynamic_debug/control ; \
+ echo 'module i2c_core -p' >/sys/kernel/debug/dynamic_debug/control
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb
index c4ae06b..ca25d99 100644
--- a/recipes-kernel/linux/linux-at91_4.9.87.bb
+++ b/recipes-kernel/linux/linux-at91_4.9.87.bb
@@ -18,7 +18,9 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base=""
FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000"
-PR = "r13"
+PR = "r12"
+PKGR_kernel-module-i2c-at91 = "${PR}a${EXTENDPRAUTO}"
+PKGR_kernel-module-atmel-mci = "${PR}a${EXTENDPRAUTO}"
KERNEL_VERSION = "${PV}"
KERNEL_REVISION = "${PR}"
EXTRAVERSION = ""