From: Baoyou Xie Date: Wed, 30 Nov 2016 07:35:29 +0000 (+0800) Subject: cpufreq: dt: Add support for zx296718 X-Git-Tag: v4.14-rc1~1641^2^3~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab83805667603e60177afec241a63139602bbd47;p=platform%2Fkernel%2Flinux-rpi3.git 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 Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- 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", }, + { } };