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>
Wed, 16 Feb 2022 14:13:36 +0000 (15:13 +0100)
commit1a99efd3be535f23814f18c4fc2da78ccc6176ac
tree21f643779c86e653744dc5da9362b6fa59b1a7f2
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
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]