From d3286bcd8bc8ceb9966679cb62e8d8a47d6229f5 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 28 Jun 2022 15:45:14 -0500 Subject: [PATCH] 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 Reviewed-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 6 ------ 1 file changed, 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 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"