soc: ti: k3: ringacc: add am65x sr2.0 support Hi Santosh,
This is re-send of v2 with DT patch dropped. --- This series adds support for the TI AM65x SR2.0 SoC Ringacc which has fixed errata i2023 "RINGACC, UDMA: RINGACC and UDMA Ring State Interoperability Issue after Channel Teardown". This errata also fixed for J271E SoC. The SOC bus chipinfo data is used to identify the SoC and configure i2023 errata W/A. This changes made "ti,dma-ring-reset-quirk" DT property obsolete, so it's removed. Changes in v2: - no functional changes - rebased on top of linux-next - added ask from Rob Herring v2: https://lore.kernel.org/patchwork/cover/1297255/ v1: https://lore.kernel.org/patchwork/cover/1284233/ Grygorii Strashko (2): soc: ti: k3: ringacc: add am65x sr2.0 support bindings: soc: ti: soc: ringacc: remove ti,dma-ring-reset-quirk .../bindings/soc/ti/k3-ringacc.yaml | 6 ---- drivers/soc/ti/k3-ringacc.c | 33 +++++++++++++++++-- 2 files changed, 30 insertions(+), 9 deletions(-) -- 2.17.1