arm64: tegra: Add memory controller channels
authorAshish Mhetre <amhetre@nvidia.com>
Tue, 26 Apr 2022 07:38:27 +0000 (13:08 +0530)
committerThierry Reding <treding@nvidia.com>
Fri, 29 Apr 2022 08:36:01 +0000 (10:36 +0200)
commit000b99e5ed1c9e33c14f3582474ae55cd739ae8d
tree62bcf1ecbeffd79a197709a33801cdc7227ffe03
parent261a46a977c6babde207d5e979fe5cf779b067b9
arm64: tegra: Add memory controller channels

From tegra186 onwards, memory controller support multiple channels.
During the error interrupts from memory controller, corresponding
channels need to be accessed for logging error info and clearing the
interrupt.
So add address and size of these channels in device tree node of
tegra186, tegra194 and tegra234 memory controller. Also add reg-names
for each of these reg items which are used by driver for mapping.

Signed-off-by: Ashish Mhetre <amhetre@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186.dtsi
arch/arm64/boot/dts/nvidia/tegra194.dtsi
arch/arm64/boot/dts/nvidia/tegra234.dtsi