Commit 4235a594 authored by Yuantian Tang's avatar Yuantian Tang Committed by Rafael J. Wysocki
Browse files

cpufreq: qoriq: Add ls1028a chip support



Enable cpufreq feature on ls1028a chip by adding its compatible
string.

Signed-off-by: default avatarYuantian Tang <andy.tang@nxp.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 4db7c34c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -280,6 +280,7 @@ static const struct of_device_id node_matches[] __initconst = {


	{ .compatible = "fsl,ls1012a-clockgen", },
	{ .compatible = "fsl,ls1012a-clockgen", },
	{ .compatible = "fsl,ls1021a-clockgen", },
	{ .compatible = "fsl,ls1021a-clockgen", },
	{ .compatible = "fsl,ls1028a-clockgen", },
	{ .compatible = "fsl,ls1043a-clockgen", },
	{ .compatible = "fsl,ls1043a-clockgen", },
	{ .compatible = "fsl,ls1046a-clockgen", },
	{ .compatible = "fsl,ls1046a-clockgen", },
	{ .compatible = "fsl,ls1088a-clockgen", },
	{ .compatible = "fsl,ls1088a-clockgen", },