summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-06-03 22:34:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-04 07:21:18 +0200
commit7b8f46983e2bc00952f2e2afb9dec80cbb266621 (patch)
tree8141ff24091682e013702d44cbf5f36eff8a1b59 /arch/arm/mach-tegra
parenta369af31dcc6e6170d36adc1b52a481be39c8025 (diff)
downloadbarebox-7b8f46983e2bc00952f2e2afb9dec80cbb266621.tar.gz
barebox-7b8f46983e2bc00952f2e2afb9dec80cbb266621.tar.xz
tegra: pmc: add Tegra30 compatible
Allows reset command to work on T30. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/tegra20-pmc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra20-pmc.c b/arch/arm/mach-tegra/tegra20-pmc.c
index b7d84d89ba..1069df9405 100644
--- a/arch/arm/mach-tegra/tegra20-pmc.c
+++ b/arch/arm/mach-tegra/tegra20-pmc.c
@@ -51,6 +51,8 @@ static __maybe_unused struct of_device_id tegra20_pmc_dt_ids[] = {
{
.compatible = "nvidia,tegra20-pmc",
}, {
+ .compatible = "nvidia,tegra30-pmc",
+ }, {
/* sentinel */
}
};