diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-02-21 13:59:21 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-09 12:14:50 +0200 |
commit | 969dd4c7dbdf722bdaa323d7b9e5e6a33bcd3c80 (patch) | |
tree | caeab42dee630ff6ea9f4309c7f8b807c1387e7e /drivers | |
parent | 5510d637863d9f39e2446c7f1d40308e4d5ff8ea (diff) |
clk: zynqmp: Add new compatible string for clock driver
New and old clk drivers are sharing IDs and descriptions.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/clk/clk_zynqmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk_zynqmp.c b/drivers/clk/clk_zynqmp.c index 4ef8662af5..d0d6c898bc 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" }, { } }; |