soc/tegra: cbb: Make error interrupt enable and status per SoC
authorSumit Gupta <sumitg@nvidia.com>
Thu, 3 Jul 2025 10:38:24 +0000 (16:08 +0530)
committerThierry Reding <treding@nvidia.com>
Wed, 9 Jul 2025 12:27:14 +0000 (14:27 +0200)
commit2f2c32f9cc940f908b42d070207c6d503362793c
tree8dd65af62a5f0d730777df63219975caa3e035bb
parent9c150799677719bf06e31dfb86b34965e535e3dc
soc/tegra: cbb: Make error interrupt enable and status per SoC

Make the error interrupt enable and error status fields as per SoC. Both
of these fields can change for different SoC's. Moving them to per SoC
data helps to set or clear the required bits only for a SoC.

Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/cbb/tegra234-cbb.c