Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <sumitg@nvidia.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Sumit Gupta and committed by
Thierry Reding
b0dae3df be06fedc

+5
+5
include/dt-bindings/memory/tegra234-mc.h
··· 536 536 #define TEGRA234_MEMORY_CLIENT_NVJPG1SRD 0x123 537 537 #define TEGRA234_MEMORY_CLIENT_NVJPG1SWR 0x124 538 538 539 + /* ICC ID's for dummy MC clients used to represent CPU Clusters */ 540 + #define TEGRA_ICC_MC_CPU_CLUSTER0 1003 541 + #define TEGRA_ICC_MC_CPU_CLUSTER1 1004 542 + #define TEGRA_ICC_MC_CPU_CLUSTER2 1005 543 + 539 544 #endif