memory: tegra: Add Tegra234 support
authorThierry Reding <treding@nvidia.com>
Mon, 13 Dec 2021 16:21:48 +0000 (17:21 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Feb 2022 19:09:12 +0000 (20:09 +0100)
commit8c8959f2b5cccd2d908eaf0157ebbdc87a3259b7
treeed44412eae461e2bb09c49e51369614538b842dd
parentf9c9602f5baa37f25278bfb5c739c37255533f60
memory: tegra: Add Tegra234 support

The memory controller and external memory controller found on Tegra234
is similar to the version found on earlier SoCs but supports a number of
new memory clients.

Add initial memory client definitions for the Tegra234 so that the SMMU
stream ID override registers can be properly programmed at boot time.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/memory/tegra/Makefile
drivers/memory/tegra/mc.c
drivers/memory/tegra/mc.h
drivers/memory/tegra/tegra186-emc.c
drivers/memory/tegra/tegra234.c [new file with mode: 0644]