summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-09-13 03:55:15 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commite20a52005c48084e31803b47ee19e5d88375816e (patch)
treee361ed4a5c4f90c32922eb0cc84f5dc844209342 /meta-ti-bsp/recipes-kernel
parent8a05ea297026a9d19710ec53314823eccc2d0b6d (diff)
downloadmeta-ti-e20a52005c48084e31803b47ee19e5d88375816e.tar.gz
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>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 333c9a27..af848175 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -45,9 +45,3 @@ module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg
45module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" 45module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"
46KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" 46KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"
47KERNEL_MODULE_AUTOLOAD:append:j7 = " rpmsg_kdrv_switch" 47KERNEL_MODULE_AUTOLOAD:append:j7 = " rpmsg_kdrv_switch"
48
49# Disable SA2UL for AM64x HS and J7200 HS
50module_conf_sa2ul:am64xx-hs-evm = "blacklist sa2ul"
51KERNEL_MODULE_PROBECONF:append:am64xx-hs-evm = " sa2ul"
52module_conf_sa2ul:j7200-hs-evm = "blacklist sa2ul"
53KERNEL_MODULE_PROBECONF:append:j7200-hs-evm = " sa2ul"