summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-12-10 02:44:58 +0000
committerYogesh Siraswar <yogeshs@ti.com>2021-12-10 03:15:06 +0000
commit15613c951051c450fc8726b2576c23c105b79d53 (patch)
treec3242aa2f9a535cd3d67f54e12db2bad36bf384a
parent89cb44409dcebdc293d625fc89b5046415e479a3 (diff)
downloadmeta-ti-15613c951051c450fc8726b2576c23c105b79d53.tar.gz
linux-ti-staging: block sa2ul for am64x hs and j7200 hs device08.01.00.006
SA2UL GP driver will not work for HS. Need SA2UL HS driver. Till it is implemented blacklist sa2ul for am64xx hs and j7200 hs Change Suggested by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.10.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 9fd9506e..3f3d50af 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -27,7 +27,7 @@ SRCREV = "dcc6bedb2c2bdb509709e4ae08303206e95ce6c2"
27PV = "5.10.65+git${SRCPV}" 27PV = "5.10.65+git${SRCPV}"
28 28
29# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 29# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
30MACHINE_KERNEL_PR_append = "a" 30MACHINE_KERNEL_PR_append = "b"
31PR = "${MACHINE_KERNEL_PR}" 31PR = "${MACHINE_KERNEL_PR}"
32 32
33KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" 33KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
@@ -43,3 +43,9 @@ module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg
43module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" 43module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"
44KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" 44KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"
45KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch" 45KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch"
46
47# Disable SA2UL for AM64x HS and J7200 HS
48module_conf_sa2ul_am64xx-hs-evm = "blacklist sa2ul"
49KERNEL_MODULE_PROBECONF_append_am64xx-hs-evm = " sa2ul"
50module_conf_sa2ul_j7200-hs-evm = "blacklist sa2ul"
51KERNEL_MODULE_PROBECONF_append_j7200-hs-evm = " sa2ul"