1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

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>
This commit is contained in:
Yogesh Siraswar
2021-12-15 16:11:01 -05:00
committed by Ryan Eatmon
parent 09741461f6
commit 4cb251338f
@@ -43,3 +43,9 @@ module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg
module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"
KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"
KERNEL_MODULE_AUTOLOAD:append:j7 = " rpmsg_kdrv_switch"
# Disable SA2UL for AM64x HS and J7200 HS
module_conf_sa2ul:am64xx-hs-evm = "blacklist sa2ul"
KERNEL_MODULE_PROBECONF:append:am64xx-hs-evm = " sa2ul"
module_conf_sa2ul:j7200-hs-evm = "blacklist sa2ul"
KERNEL_MODULE_PROBECONF:append:j7200-hs-evm = " sa2ul"