diff options
author | Thierry Reding <treding@nvidia.com> | 2015-01-23 09:45:35 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-05-04 12:54:23 +0200 |
commit | e660df07ab90f4f61ed743522067a8dbaa6fa567 (patch) | |
tree | 5871b6fd68776ffed017ed7430944a0e191ecf7d /include/soc | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
download | linux-e660df07ab90f4f61ed743522067a8dbaa6fa567.tar.bz2 |
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.h | 1 |
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; }; |