summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-12-15 16:11:01 -0500
committerRyan Eatmon <reatmon@ti.com>2021-12-15 15:21:36 -0600
commit4cb251338f36f29df362c3af9bf2dc0cac8b55aa (patch)
treefaef0c8394b1460bef8f990895d5e8757cbcdef4
parent09741461f6c24147834c4d25394d720d7a0bd584 (diff)
downloadmeta-ti-4cb251338f36f29df362c3af9bf2dc0cac8b55aa.tar.gz
linux-ti-staging: block sa2ul for am64x hs and j7200 hs device
SA2UL GP driver will not work for HS. Need SA2UL HS driver. Till it is implemented blacklist sa2ul for am64xx hs and j7200 hs Suggested-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.10.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 368b74d7..1a0ec5df 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -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"