irqchip/gic-v3: Enable Rockchip 3588001 erratum workaround for RK3588S
authorSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 3 Jul 2023 16:41:29 +0000 (18:41 +0200)
committerMarc Zyngier <maz@kernel.org>
Mon, 3 Jul 2023 18:48:04 +0000 (19:48 +0100)
commit567f67acac94e7bbc4cb4b71ff9773555d02609a
tree962047011c10d13d60486e485de33b42d9f08cee
parent926846a703cbf5d0635cc06e67d34b228746554b
irqchip/gic-v3: Enable Rockchip 3588001 erratum workaround for RK3588S

Commit a8707f553884 ("irqchip/gic-v3: Add Rockchip 3588001 erratum
workaround") mentioned RK3588S (the slimmed down variant of RK3588)
being affected, but did not check for its compatible value. Thus the
quirk is not applied on RK3588S. Since the GIC ITS node got added to the
upstream DT, boards using RK3588S are no longer booting without this
quirk being applied.

Fixes: 06cdac8e8407 ("arm64: dts: rockchip: add GIC ITS support to rk3588")
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230703164129.193991-1-sebastian.reichel@collabora.com
drivers/irqchip/irq-gic-v3-its.c