From: Yuantian Tang Date: Wed, 24 Apr 2019 02:32:23 +0000 (+0800) Subject: cpufreq: qoriq: Add ls1028a chip support X-Git-Tag: v5.2-rc1~182^2~3^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4235a5947a16241be1ea331fe60e79e03fa5faa1;p=thirdparty%2Fkernel%2Flinux.git cpufreq: qoriq: Add ls1028a chip support Enable cpufreq feature on ls1028a chip by adding its compatible string. Signed-off-by: Yuantian Tang Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/qoriq-cpufreq.c b/drivers/cpufreq/qoriq-cpufreq.c index 4295e54762642..d308c4de467d1 100644 --- a/drivers/cpufreq/qoriq-cpufreq.c +++ b/drivers/cpufreq/qoriq-cpufreq.c @@ -280,6 +280,7 @@ static const struct of_device_id node_matches[] __initconst = { { .compatible = "fsl,ls1012a-clockgen", }, { .compatible = "fsl,ls1021a-clockgen", }, + { .compatible = "fsl,ls1028a-clockgen", }, { .compatible = "fsl,ls1043a-clockgen", }, { .compatible = "fsl,ls1046a-clockgen", }, { .compatible = "fsl,ls1088a-clockgen", },