From: Michal Simek Date: Wed, 21 Feb 2018 12:59:21 +0000 (+0100) Subject: clk: zynqmp: Add new compatible string for clock driver X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8b44800fa452a85909d30a7fed509e0b0de9197;p=thirdparty%2Fu-boot.git clk: zynqmp: Add new compatible string for clock driver New and old clk drivers are sharing IDs and descriptions. Signed-off-by: Michal Simek --- diff --git a/drivers/clk/clk_zynqmp.c b/drivers/clk/clk_zynqmp.c index bcc62904f17..ad7ca013302 100644 --- a/drivers/clk/clk_zynqmp.c +++ b/drivers/clk/clk_zynqmp.c @@ -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" }, { } };