[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <3a2d9e482adc907a03a55c99aa1583cc2618077c.1499937548.git.michal.simek@xilinx.com>
Date: Thu, 13 Jul 2017 11:19:10 +0200
From: Michal Simek <michal.simek@...inx.com>
To: linux-kernel@...r.kernel.org, monstr@...str.eu
Cc: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>,
linux-pm@...r.kernel.org, "Rafael J. Wysocki" <rjw@...ysocki.net>,
Viresh Kumar <viresh.kumar@...aro.org>
Subject: [PATCH] cpufreq: dt: Add zynqmp to the cpufreq dt platdev
From: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
Add zynqmp to the cpufreq dt platform device.
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
Signed-off-by: Michal Simek <michal.simek@...inx.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
Powered by blists - more mailing lists