diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2018-12-12 23:38:52 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2019-01-16 13:54:11 +0100 |
commit | 96efa118c03648fdc76acad9ca8fe018a6be7145 (patch) | |
tree | f4efbd5dc8ab97aa842ef37a81290016c100ece9 /include/soc | |
parent | be4dbdec2bab8635c7a41573668624ee13d83022 (diff) | |
download | blackbird-op-linux-96efa118c03648fdc76acad9ca8fe018a6be7145.tar.gz blackbird-op-linux-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.h | 2 |
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; |