mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
cpufreq: dt: Add zynqmp to the cpufreq dt platdev
Add zynqmp to the cpufreq dt platform device. Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
c95a05f9f3
commit
a5685781df
@ -94,6 +94,7 @@ static const struct of_device_id machines[] __initconst = {
|
||||
{ .compatible = "ti,omap5", },
|
||||
|
||||
{ .compatible = "xlnx,zynq-7000", },
|
||||
{ .compatible = "xlnx,zynqmp", },
|
||||
|
||||
{ .compatible = "zte,zx296718", },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user