[PATCH 5/5] soc/tegra: Add initial flowctrl support for Tegra210
Jon Hunter
jonathanh at nvidia.com
Wed Mar 15 06:31:55 PDT 2017
Tegra210 supports the flowctrl module and so add initial support for
this device.
Signed-off-by: Jon Hunter <jonathanh at nvidia.com>
---
drivers/soc/tegra/flowctrl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/tegra/flowctrl.c b/drivers/soc/tegra/flowctrl.c
index b94d9161e448..1a993104e7ff 100644
--- a/drivers/soc/tegra/flowctrl.c
+++ b/drivers/soc/tegra/flowctrl.c
@@ -147,6 +147,7 @@ void flowctrl_cpu_suspend_exit(unsigned int cpuid)
}
static const struct of_device_id matches[] __initconst = {
+ { .compatible = "nvidia,tegra210-flowctrl" },
{ .compatible = "nvidia,tegra124-flowctrl" },
{ .compatible = "nvidia,tegra114-flowctrl" },
{ .compatible = "nvidia,tegra30-flowctrl" },
--
2.7.4
More information about the linux-arm-kernel
mailing list