[U-Boot] [PATCH] clk: zynqmp: Add new compatible string for clock driver

28 Mar
2018
28 Mar
'18
4:25 p.m.
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
2605
Age (days ago)
2605
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Simek