diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-11-30 02:35:29 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-11-30 16:42:47 -0500 |
commit | ab83805667603e60177afec241a63139602bbd47 (patch) | |
tree | f943aa630d332c57c410255ed6f75276493975be | |
parent | a3605c46e0c05b117e5710d72128f74b779c2e76 (diff) |
cpufreq: dt: Add support for zx296718
Add the compatible string for supporting the generic cpufreq driver on
the ZTE's zx296718 SoC.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 0c73c7dbd587..bc97b6a4b1cf 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c | |||
@@ -94,6 +94,8 @@ static const struct of_device_id machines[] __initconst = { | |||
94 | 94 | ||
95 | { .compatible = "xlnx,zynq-7000", }, | 95 | { .compatible = "xlnx,zynq-7000", }, |
96 | 96 | ||
97 | { .compatible = "zte,zx296718", }, | ||
98 | |||
97 | { } | 99 | { } |
98 | }; | 100 | }; |
99 | 101 | ||