mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
linux-ti-staging: Unblock SA2UL for AM64x and J7200 HS devices
The SA2UL driver now works on HS devices, unblock this. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
8a05ea2970
commit
e20a52005c
@@ -45,9 +45,3 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user