summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq-dt-platdev.c
diff options
context:
space:
mode:
authorBaoyou Xie <baoyou.xie@linaro.org>2016-11-30 15:35:29 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-11-30 22:42:47 +0100
commitab83805667603e60177afec241a63139602bbd47 (patch)
treef943aa630d332c57c410255ed6f75276493975be /drivers/cpufreq/cpufreq-dt-platdev.c
parenta3605c46e0c05b117e5710d72128f74b779c2e76 (diff)
downloadop-kernel-dev-ab83805667603e60177afec241a63139602bbd47.zip
op-kernel-dev-ab83805667603e60177afec241a63139602bbd47.tar.gz
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>
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 0c73c7d..bc97b6a 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 = {
{ .compatible = "xlnx,zynq-7000", },
+ { .compatible = "zte,zx296718", },
+
{ }
};
OpenPOWER on IntegriCloud