From 7b8f46983e2bc00952f2e2afb9dec80cbb266621 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Tue, 3 Jun 2014 22:34:50 +0200 Subject: [PATCH] tegra: pmc: add Tegra30 compatible Allows reset command to work on T30. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/mach-tegra/tegra20-pmc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-tegra/tegra20-pmc.c b/arch/arm/mach-tegra/tegra20-pmc.c index b7d84d89b..1069df940 100644 --- a/arch/arm/mach-tegra/tegra20-pmc.c +++ b/arch/arm/mach-tegra/tegra20-pmc.c @@ -50,6 +50,8 @@ static int tegra20_pmc_probe(struct device_d *dev) static __maybe_unused struct of_device_id tegra20_pmc_dt_ids[] = { { .compatible = "nvidia,tegra20-pmc", + }, { + .compatible = "nvidia,tegra30-pmc", }, { /* sentinel */ }