diff options
author | Sumit Gupta <[email protected]> | 2023-05-11 23:02:07 +0530 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2023-05-16 12:06:55 +0200 |
commit | b0dae3df0546a5968ef8ea5b396d3de9b3a2295a (patch) | |
tree | f30431e7cde53e040e66e584240402c441613fb0 | |
parent | be06fedcec0d5796f3a383f0e4409cf1296e75a9 (diff) |
dt-bindings: tegra: Add ICC IDs for dummy memory clients
Add ICC IDs for dummy software clients representing CCPLEX clusters.
Signed-off-by: Sumit Gupta <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | include/dt-bindings/memory/tegra234-mc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/memory/tegra234-mc.h b/include/dt-bindings/memory/tegra234-mc.h index 347e55e89a2a..6e60d55491b3 100644 --- a/include/dt-bindings/memory/tegra234-mc.h +++ b/include/dt-bindings/memory/tegra234-mc.h @@ -536,4 +536,9 @@ #define TEGRA234_MEMORY_CLIENT_NVJPG1SRD 0x123 #define TEGRA234_MEMORY_CLIENT_NVJPG1SWR 0x124 +/* ICC ID's for dummy MC clients used to represent CPU Clusters */ +#define TEGRA_ICC_MC_CPU_CLUSTER0 1003 +#define TEGRA_ICC_MC_CPU_CLUSTER1 1004 +#define TEGRA_ICC_MC_CPU_CLUSTER2 1005 + #endif |