[PATCH 0/2] Use "dma-noncoherent" to handle Rockchip RK358x 3588001 errata
From: Dragan Simic
Date: Fri Dec 27 2024 - 10:42:45 EST
This is a small series that makes the "dma-noncoherent" DT property used
for handling the 3588001 errata for Rockchip RK3588, RK3588S and RK3582
SoCs, which is the preferred way over checking the compatibles. [1]
Older versions of the Rockchip RK3588 and RK3588S SoC dts(i) files failed
to specify the "dma-noncoherent" DT property, so checking the compatibles
remains required for backward SoC dts(i) compatibility.
[1] https://lore.kernel.org/linux-rockchip/86msgoozqa.wl-maz@xxxxxxxxxx/
Cc: Marc Zyngier <maz@xxxxxxxxxx>
Cc: FUKAUMI Naoki <naoki@xxxxxxxxx>
Dragan Simic (2):
arm64: dts: rockchip: Use "dma-noncoherent" in base RK3588 SoC dtsi
irqchip/gic-v3-its: Make "dma-noncoherent" preferred for RK358x errata
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 3 +++
drivers/irqchip/irq-gic-v3-its.c | 12 ++++++++++++
2 files changed, 15 insertions(+)