]> git.sur5r.net Git - u-boot/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>
Mon, 9 Apr 2018 10:14:50 +0000 (12:14 +0200)
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 4ef8662af56035720a22f92d9460cff52bd7e370..d0d6c898bc58c34a92a8ad569a18208e08c49df0 100644 (file)
@@ -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" },
        { }
 };