lkml.org 
[lkml]   [2016]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 07/11] cpufreq: tegra124: Add Tegra210 support
Date
Add tegra210 support in tegra124 cpufreq driver.

Signed-off-by: Penny Chiu <pchiu@nvidia.com>
---
drivers/cpufreq/tegra124-cpufreq.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/cpufreq/tegra124-cpufreq.c b/drivers/cpufreq/tegra124-cpufreq.c
index 20bcceb..c891e6e 100644
--- a/drivers/cpufreq/tegra124-cpufreq.c
+++ b/drivers/cpufreq/tegra124-cpufreq.c
@@ -188,7 +188,8 @@ static int __init tegra_cpufreq_init(void)
int ret;
struct platform_device *pdev;

- if (!of_machine_is_compatible("nvidia,tegra124"))
+ if (!of_machine_is_compatible("nvidia,tegra124") &&
+ !of_machine_is_compatible("nvidia,tegra210"))
return -ENODEV;

/*
--
2.8.1
\
 
 \ /
  Last update: 2016-04-22 13:01    [W:0.172 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site