]> git.baikalelectronics.ru Git - kernel.git/commit
soc/tegra: fuse: Restrict legacy code to 32-bit ARM
authorThierry Reding <treding@nvidia.com>
Mon, 4 May 2015 11:30:50 +0000 (13:30 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Jul 2015 08:38:28 +0000 (10:38 +0200)
commit4d84d428b42a589747c4613647b7b0309fc936cd
tree052f44ef71b7117d75fb4af0848f05264d41032f
parent440f2ac2bc8bd58f72c7e5799d64b65b0696055e
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>
drivers/soc/tegra/fuse/tegra-apbmisc.c