aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2018-12-12 23:38:52 +0300
committerJoerg Roedel <jroedel@suse.de>2019-01-16 13:54:11 +0100
commit96efa118c03648fdc76acad9ca8fe018a6be7145 (patch)
treef4efbd5dc8ab97aa842ef37a81290016c100ece9 /include/soc
parentmemory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20 (diff)
downloadlinux-dev-96efa118c03648fdc76acad9ca8fe018a6be7145.tar.xz
linux-dev-96efa118c03648fdc76acad9ca8fe018a6be7145.zip
memory: tegra: Adapt to Tegra20 device-tree binding changes
The tegra20-mc device-tree binding has been changed, GART has been squashed into Memory Controller and now the clock property is mandatory for Tegra20, the DT compatible has been changed as well. Adapt driver to the DT changes. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/tegra/mc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/tegra/mc.h b/include/soc/tegra/mc.h
index b43f37fea096..db5bfdf589b4 100644
--- a/include/soc/tegra/mc.h
+++ b/include/soc/tegra/mc.h
@@ -144,7 +144,7 @@ struct tegra_mc_soc {
struct tegra_mc {
struct device *dev;
struct tegra_smmu *smmu;
- void __iomem *regs, *regs2;
+ void __iomem *regs;
struct clk *clk;
int irq;