cpufreq: dt: Add zynqmp to the cpufreq dt platdev
authorShubhrajyoti Datta <[email protected]>
Thu, 13 Jul 2017 09:19:10 +0000 (11:19 +0200)
committerRafael J. Wysocki <[email protected]>
Sun, 16 Jul 2017 00:12:35 +0000 (02:12 +0200)
Add zynqmp to the cpufreq dt platform device.

Signed-off-by: Shubhrajyoti Datta <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/cpufreq-dt-platdev.c

index 1c262923fe588256e4ee1c48212f2742340ebf4a..2eb40d46d35778b7c296e79767c9c00c6224dd27 100644 (file)
@@ -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", },