soc/tegra: Add initial flowctrl support for Tegra132/210
authorJon Hunter <jonathanh@nvidia.com>
Tue, 28 Mar 2017 12:42:58 +0000 (13:42 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 4 Apr 2017 13:52:31 +0000 (15:52 +0200)
commit1fd09e5d884a5ff4060948e0cf8f5d7eed16e936
tree0c144b405f67869167a3cc5d33419d9e7476e2ca
parent841fd94c43a4034f08eb830ef7b93a441b4d7378
soc/tegra: Add initial flowctrl support for Tegra132/210

Tegra132 and Tegra210 support the flowctrl module and so add initial
support for these devices.

Please note that Tegra186 does not support the flowctrl module, so
update the initialisation function such that we do not fall back and
attempt to map the 'hardcoded' address range for Tegra186. Furthermore
64-bit Tegra devices have always had the flowctrl node defined in their
device-tree and so only use the 'hardcoded' addresses for 32-bit Tegra
devices.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/Kconfig
drivers/soc/tegra/flowctrl.c