9
0
Fork 0

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>
This commit is contained in:
Lucas Stach 2014-06-03 22:34:50 +02:00 committed by Sascha Hauer
parent a369af31dc
commit 7b8f46983e
1 changed files with 2 additions and 0 deletions

View File

@ -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 */
}