mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01: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…
Add table
Reference in a new issue