From: Sumit Gupta Date: Thu, 11 May 2023 17:32:07 +0000 (+0530) Subject: dt-bindings: tegra: Add ICC IDs for dummy memory clients X-Git-Tag: v6.6.7~2515^2~26^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0dae3df0546a5968ef8ea5b396d3de9b3a2295a;p=platform%2Fkernel%2Flinux-starfive.git 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 Acked-by: Krzysztof Kozlowski Signed-off-by: Thierry Reding --- diff --git a/include/dt-bindings/memory/tegra234-mc.h b/include/dt-bindings/memory/tegra234-mc.h index 347e55e..6e60d55 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