diff options
author | Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> | 2022-04-11 12:04:43 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-08-23 04:07:19 +0200 |
commit | e8db788d686a2a2e5318364a1942d01c3cc83d87 (patch) | |
tree | 723b85a58cc5b7688dd14643f01d2d35d0c7a668 /drivers/clk/xilinx | |
parent | clk: clocking-wizard: Fix the reconfig for 5.2 (diff) | |
download | linux-e8db788d686a2a2e5318364a1942d01c3cc83d87.tar.xz linux-e8db788d686a2a2e5318364a1942d01c3cc83d87.zip |
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>
Diffstat (limited to 'drivers/clk/xilinx')
-rw-r--r-- | drivers/clk/xilinx/clk-xlnx-clock-wizard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/xilinx/clk-xlnx-clock-wizard.c b/drivers/clk/xilinx/clk-xlnx-clock-wizard.c index 61c40e06e381..5b8433468cc5 100644 --- a/drivers/clk/xilinx/clk-xlnx-clock-wizard.c +++ b/drivers/clk/xilinx/clk-xlnx-clock-wizard.c @@ -621,6 +621,8 @@ static int clk_wzrd_remove(struct platform_device *pdev) static const struct of_device_id clk_wzrd_ids[] = { { .compatible = "xlnx,clocking-wizard" }, + { .compatible = "xlnx,clocking-wizard-v5.2" }, + { .compatible = "xlnx,clocking-wizard-v6.0" }, { }, }; MODULE_DEVICE_TABLE(of, clk_wzrd_ids); |