cpufreq: qoriq: Add ls1028a chip support
authorYuantian Tang <andy.tang@nxp.com>
Wed, 24 Apr 2019 02:32:23 +0000 (10:32 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 25 Apr 2019 09:58:33 +0000 (11:58 +0200)
Enable cpufreq feature on ls1028a chip by adding its compatible
string.

Signed-off-by: Yuantian Tang <andy.tang@nxp.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/qoriq-cpufreq.c

index 4295e54..d308c4d 100644 (file)
@@ -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", },