All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] clk: zynqmp: Add new compatible string for clock driver
@ 2018-03-28 14:25 Michal Simek
  0 siblings, 0 replies; only message in thread
From: Michal Simek @ 2018-03-28 14:25 UTC (permalink / raw)
  To: u-boot

New and old clk drivers are sharing IDs and descriptions.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/clk/clk_zynqmp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/clk_zynqmp.c b/drivers/clk/clk_zynqmp.c
index 4ef8662af560..d0d6c898bc58 100644
--- a/drivers/clk/clk_zynqmp.c
+++ b/drivers/clk/clk_zynqmp.c
@@ -702,6 +702,7 @@ static struct clk_ops zynqmp_clk_ops = {
 };
 
 static const struct udevice_id zynqmp_clk_ids[] = {
+	{ .compatible = "xlnx,zynqmp-clk" },
 	{ .compatible = "xlnx,zynqmp-clkc" },
 	{ }
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-28 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 14:25 [U-Boot] [PATCH] clk: zynqmp: Add new compatible string for clock driver Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.