commit | 297c4f3dcbffe11ce899a7d068ea18079094403b | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon May 04 13:30:50 2015 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jul 16 10:38:28 2015 +0200 |
tree | 052f44ef71b7117d75fb4af0848f05264d41032f | |
parent | c2fe4694d8ac0f997f6d7088437b710fc4e4a185 [diff] |
soc/tegra: fuse: Restrict legacy code to 32-bit ARM For backwards-compatibility with old device trees, if no APBMISC node exists this driver hard-codes the I/O memory region. All 64-bit ARM device tree files are recent enough that they can be required to have this node, and therefore the legacy code path is not required. Based on work done by Paul Walmsley <pwalmsley@nvidia.com>. Cc: Paul Walmsley <pwalmsley@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>