Skip to content
Snippets Groups Projects
Commit 969dd4c7 authored by Michal Simek's avatar Michal Simek
Browse files

clk: zynqmp: Add new compatible string for clock driver


New and old clk drivers are sharing IDs and descriptions.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 5510d637
No related branches found
No related tags found
No related merge requests found
......@@ -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" },
{ }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment