Skip to content

Commit

Permalink
cpufreq: qoriq: Add ls1028a chip support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yuantian Tang authored and Rafael J. Wysocki committed Apr 25, 2019
1 parent 4db7c34 commit 4235a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/qoriq-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
Expand Down

0 comments on commit 4235a59

Please sign in to comment.