Commit 9def28f3 authored by Jon Hunter's avatar Jon Hunter Committed by Krzysztof Kozlowski

memory: tegra: Add Tegra234 clients for RCE and VI

Add the Tegra234 memory client entries for the Real-time Camera Engine
(RCE) and Video Input (VI) devices.
Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20231012104909.48518-1-jonathanh@nvidia.comSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 387bb6fd
...@@ -449,6 +449,18 @@ static const struct tegra_mc_client tegra234_mc_clients[] = { ...@@ -449,6 +449,18 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
.security = 0x38c, .security = 0x38c,
}, },
}, },
}, {
.id = TEGRA234_MEMORY_CLIENT_VIW,
.name = "viw",
.bpmp_id = TEGRA_ICC_BPMP_VI,
.type = TEGRA_ICC_ISO_VI,
.sid = TEGRA234_SID_ISO_VI,
.regs = {
.sid = {
.override = 0x390,
.security = 0x394,
},
},
}, { }, {
.id = TEGRA234_MEMORY_CLIENT_NVDECSRD, .id = TEGRA234_MEMORY_CLIENT_NVDECSRD,
.name = "nvdecsrd", .name = "nvdecsrd",
...@@ -621,6 +633,30 @@ static const struct tegra_mc_client tegra234_mc_clients[] = { ...@@ -621,6 +633,30 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
.security = 0x50c, .security = 0x50c,
}, },
}, },
}, {
.id = TEGRA234_MEMORY_CLIENT_VIFALR,
.name = "vifalr",
.bpmp_id = TEGRA_ICC_BPMP_VIFAL,
.type = TEGRA_ICC_ISO_VIFAL,
.sid = TEGRA234_SID_ISO_VIFALC,
.regs = {
.sid = {
.override = 0x5e0,
.security = 0x5e4,
},
},
}, {
.id = TEGRA234_MEMORY_CLIENT_VIFALW,
.name = "vifalw",
.bpmp_id = TEGRA_ICC_BPMP_VIFAL,
.type = TEGRA_ICC_ISO_VIFAL,
.sid = TEGRA234_SID_ISO_VIFALC,
.regs = {
.sid = {
.override = 0x5e8,
.security = 0x5ec,
},
},
}, { }, {
.id = TEGRA234_MEMORY_CLIENT_DLA0RDA, .id = TEGRA234_MEMORY_CLIENT_DLA0RDA,
.name = "dla0rda", .name = "dla0rda",
...@@ -701,6 +737,30 @@ static const struct tegra_mc_client tegra234_mc_clients[] = { ...@@ -701,6 +737,30 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
.security = 0x62c, .security = 0x62c,
}, },
}, },
}, {
.id = TEGRA234_MEMORY_CLIENT_RCER,
.name = "rcer",
.bpmp_id = TEGRA_ICC_BPMP_RCE,
.type = TEGRA_ICC_NISO,
.sid = TEGRA234_SID_RCE,
.regs = {
.sid = {
.override = 0x690,
.security = 0x694,
},
},
}, {
.id = TEGRA234_MEMORY_CLIENT_RCEW,
.name = "rcew",
.bpmp_id = TEGRA_ICC_BPMP_RCE,
.type = TEGRA_ICC_NISO,
.sid = TEGRA234_SID_RCE,
.regs = {
.sid = {
.override = 0x698,
.security = 0x69c,
},
},
}, { }, {
.id = TEGRA234_MEMORY_CLIENT_PCIE0R, .id = TEGRA234_MEMORY_CLIENT_PCIE0R,
.name = "pcie0r", .name = "pcie0r",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment