]> Git Repo - linux.git/commitdiff
cpufreq: qoriq: Add ls1028a chip support
authorYuantian Tang <[email protected]>
Wed, 24 Apr 2019 02:32:23 +0000 (10:32 +0800)
committerRafael J. Wysocki <[email protected]>
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 <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/qoriq-cpufreq.c

index 4295e547626426b2f57a5f8381d60e128aa32a3e..d308c4de467d1970c412b78ed75b19af365e691d 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", },
This page took 0.058088 seconds and 4 git commands to generate.