]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
clk: zynqmp: Add new compatible string for clock driver
authorMichal Simek <michal.simek@xilinx.com>
Wed, 21 Feb 2018 12:59:21 +0000 (13:59 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 22 Feb 2018 07:05:57 +0000 (08:05 +0100)
New and old clk drivers are sharing IDs and descriptions.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/clk/clk_zynqmp.c

index bcc62904f174730162351e86ac737a4a868504e1..ad7ca0133026b4868474b2e374915a8cc7620b12 100644 (file)
@@ -627,6 +627,7 @@ static struct clk_ops zynqmp_clk_ops = {
 };
 
 static const struct udevice_id zynqmp_clk_ids[] = {
+       { .compatible = "xlnx,zynqmp-clk" },
        { .compatible = "xlnx,zynqmp-clkc" },
        { }
 };