Commit a5685781 authored by Shubhrajyoti Datta's avatar Shubhrajyoti Datta Committed by Rafael J. Wysocki

cpufreq: dt: Add zynqmp to the cpufreq dt platdev

Add zynqmp to the cpufreq dt platform device.
Signed-off-by: default avatarShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c95a05f9
...@@ -94,6 +94,7 @@ static const struct of_device_id machines[] __initconst = { ...@@ -94,6 +94,7 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "ti,omap5", }, { .compatible = "ti,omap5", },
{ .compatible = "xlnx,zynq-7000", }, { .compatible = "xlnx,zynq-7000", },
{ .compatible = "xlnx,zynqmp", },
{ .compatible = "zte,zx296718", }, { .compatible = "zte,zx296718", },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment