diff options
author | Andrew Davis <afd@ti.com> | 2022-09-13 03:55:15 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-09-22 11:23:07 -0500 |
commit | e20a52005c48084e31803b47ee19e5d88375816e (patch) | |
tree | e361ed4a5c4f90c32922eb0cc84f5dc844209342 /meta-ti-bsp | |
parent | 8a05ea297026a9d19710ec53314823eccc2d0b6d (diff) | |
download | meta-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')
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 6 |
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 | |||
45 | module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" | 45 | module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" |
46 | KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" | 46 | KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" |
47 | KERNEL_MODULE_AUTOLOAD:append:j7 = " rpmsg_kdrv_switch" | 47 | KERNEL_MODULE_AUTOLOAD:append:j7 = " rpmsg_kdrv_switch" |
48 | |||
49 | # Disable SA2UL for AM64x HS and J7200 HS | ||
50 | module_conf_sa2ul:am64xx-hs-evm = "blacklist sa2ul" | ||
51 | KERNEL_MODULE_PROBECONF:append:am64xx-hs-evm = " sa2ul" | ||
52 | module_conf_sa2ul:j7200-hs-evm = "blacklist sa2ul" | ||
53 | KERNEL_MODULE_PROBECONF:append:j7200-hs-evm = " sa2ul" | ||