Skip to content

Commit e8db788

Browse files
Shubhrajyoti Dattabebarino
authored andcommitted
clk: clocking-wizard: Update the compatible
Update the compatible to indicate support for both 5.2 and 6.0 Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> Link: https://lore.kernel.org/r/20220411100443.15132-6-shubhrajyoti.datta@xilinx.com Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent dd5e743 commit e8db788

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/xilinx/clk-xlnx-clock-wizard.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ static int clk_wzrd_remove(struct platform_device *pdev)
621621

622622
static const struct of_device_id clk_wzrd_ids[] = {
623623
{ .compatible = "xlnx,clocking-wizard" },
624+
{ .compatible = "xlnx,clocking-wizard-v5.2" },
625+
{ .compatible = "xlnx,clocking-wizard-v6.0" },
624626
{ },
625627
};
626628
MODULE_DEVICE_TABLE(of, clk_wzrd_ids);

0 commit comments

Comments
 (0)