summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-06-28 15:45:14 -0500
committerRyan Eatmon <reatmon@ti.com>2022-06-30 12:44:06 -0500
commitd3286bcd8bc8ceb9966679cb62e8d8a47d6229f5 (patch)
tree329ac71e3132feed820dcec305a68f09ffc25c11
parentb301f71f305e9c799113a999b36371b5dd12c48f (diff)
downloadmeta-ti-08.04.00.003.tar.gz
linux-ti-staging: Unblock SA2UL for AM64x and J7200 HS devices08.04.00.003
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>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.10.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 4c5c2902..633e15e4 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/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"