soc/tegra: pmc: Add Tegra132 support
authorThierry Reding <treding@nvidia.com>
Fri, 9 Jan 2015 10:15:33 +0000 (11:15 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 9 Jan 2015 15:14:53 +0000 (16:14 +0100)
commita9a40a4a58bac4ff92d0c7e5aa82043074533a6a
tree59a3babf68a3c30fd1d74ccd7989782179aaa6f8
parent9b07eb0537fb5f4d5fed1c2466febf59170f2b2e
soc/tegra: pmc: Add Tegra132 support

Tegra132 uses the same GPU as Tegra124 and therefore requires the same
method to remove clamps. However Tegra132 has a separate chip ID, so in
order to avoid having to extend the list of chip IDs for the special
case, add a feature flag to the SoC data.

Reviewed-by: Paul Walmsley <pwalmsley@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c