]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
clk: clocking-wizard: Update the compatible
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Mon, 11 Apr 2022 10:04:43 +0000 (15:34 +0530)
committerStephen Boyd <sboyd@kernel.org>
Tue, 23 Aug 2022 02:07:19 +0000 (19:07 -0700)
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>
drivers/clk/xilinx/clk-xlnx-clock-wizard.c

index 61c40e06e381fd711d329bcb71f914285b81cfbc..5b8433468cc5cc98ba9e5c016d2453a627fb9a38 100644 (file)
@@ -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);