Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab838056 authored by Baoyou Xie's avatar Baoyou Xie Committed by Rafael J. Wysocki
Browse files

cpufreq: dt: Add support for zx296718



Add the compatible string for supporting the generic cpufreq driver on
the ZTE's zx296718 SoC.

Signed-off-by: default avatarBaoyou Xie <baoyou.xie@linaro.org>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent a3605c46
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,8 @@ static const struct of_device_id machines[] __initconst = {

	{ .compatible = "xlnx,zynq-7000", },

	{ .compatible = "zte,zx296718", },

	{ }
};