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>
This commit is contained in:
@@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user