mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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:
parent
5510d63786
commit
969dd4c7db
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue