aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-01-23 09:45:35 +0100
committerThierry Reding <treding@nvidia.com>2015-05-04 12:54:23 +0200
commite660df07ab90f4f61ed743522067a8dbaa6fa567 (patch)
tree5871b6fd68776ffed017ed7430944a0e191ecf7d /include/soc
parentLinux 4.1-rc1 (diff)
downloadlinux-dev-e660df07ab90f4f61ed743522067a8dbaa6fa567.tar.xz
linux-dev-e660df07ab90f4f61ed743522067a8dbaa6fa567.zip
memory: tegra: Add SWGROUP names
Subsequent patches will add debugfs files that print the status of the SWGROUPs. Add a new names field and complement the SoC tables with the names of the individual SWGROUPs. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/tegra/mc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/tegra/mc.h b/include/soc/tegra/mc.h
index 63deb8d9f82a..b2548811e1d5 100644
--- a/include/soc/tegra/mc.h
+++ b/include/soc/tegra/mc.h
@@ -40,6 +40,7 @@ struct tegra_mc_client {
};
struct tegra_smmu_swgroup {
+ const char *name;
unsigned int swgroup;
unsigned int reg;
};