Commit 46e4b227 authored by Joseph Lo's avatar Joseph Lo Committed by Thierry Reding

arm64: tegra: Fix register range of apbmisc on Tegra210

Fix the register range of apbmisc, that originally inherited from
Tegra124.
Reported-by: default avatarMark Zhang <markz@nvidia.com>
Signed-off-by: default avatarJoseph Lo <josephl@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8b229a2a
......@@ -469,7 +469,7 @@ apbdma: dma@60020000 {
apbmisc@70000800 {
compatible = "nvidia,tegra210-apbmisc", "nvidia,tegra20-apbmisc";
reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */
<0x0 0x7000e864 0x0 0x04>; /* Strapping options */
<0x0 0x70000008 0x0 0x04>; /* Strapping options */
};
pinmux: pinmux@700008d4 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment