[PATCH v4 11/19] drivers: soc: ti: k3-ringacc: handle absence of tisci

Péter Ujfalusi peter.ujfalusi at gmail.com
Mon Feb 2 22:05:11 PST 2026



On 30/01/2026 13:01, Sai Sree Kartheek Adivi wrote:
> Handle absence of tisci with direct register writes. This will support
> platforms that do not have tisci firmware like AM62L.
> 
> Remove TI_SCI_INTA_IRQCHIP dependency for TI_K3_RINGACC in Kconfig as
> it is required conditionally (only for devices that has TI_SCI).
> 
> Signed-off-by: Sai Sree Kartheek Adivi <s-adivi at ti.com>
> ---
>  drivers/soc/ti/Kconfig            |   1 -
>  drivers/soc/ti/k3-ringacc.c       | 188 ++++++++++++++++++++++++++----
>  include/linux/soc/ti/k3-ringacc.h |  17 +++
>  3 files changed, 181 insertions(+), 25 deletions(-)
> 
> diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig
> index 163aadd589d3a..5499c0def527a 100644
> --- a/drivers/soc/ti/Kconfig
> +++ b/drivers/soc/ti/Kconfig
> @@ -53,7 +53,6 @@ config WKUP_M3_IPC
>  config TI_K3_RINGACC
>  	tristate "K3 Ring accelerator Sub System"
>  	depends on ARCH_K3 || COMPILE_TEST
> -	depends on TI_SCI_INTA_IRQCHIP

I guess (based on robot report) that the selects from
TI_SCI_INTA_IRQCHIP and TI_SCI_INTA_MSI_DOMAIN are needed to be added here

-- 
Péter




More information about the linux-arm-kernel mailing list