Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH] cpufreq: dt: Add zynqmp to the cpufreq dt platdev
@ 2017-07-13  9:19 Michal Simek
  2017-07-13  9:19 ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2017-07-13  9:19 UTC (permalink / raw)
  To: linux-kernel, monstr
  Cc: Shubhrajyoti Datta, linux-pm, Rafael J. Wysocki, Viresh Kumar

From: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>

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>
---

 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 1c262923fe58..2eb40d46d357 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -94,6 +94,7 @@
 	{ .compatible = "ti,omap5", },
 
 	{ .compatible = "xlnx,zynq-7000", },
+	{ .compatible = "xlnx,zynqmp", },
 
 	{ .compatible = "zte,zx296718", },
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-21 22:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-13  9:19 [PATCH] cpufreq: dt: Add zynqmp to the cpufreq dt platdev Michal Simek
2017-07-13  9:19 ` Viresh Kumar
2017-07-21 22:41   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox