From: Mark Kettenis Date: Tue, 27 Aug 2019 21:06:28 +0000 (+0200) Subject: clk: meson-g12b: add compatible X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d0e8c4ad513c0df492cc90bdc59f272687e90b32;p=u-boot.git clk: meson-g12b: add compatible The G12B clock controller is almost identical to the G12A and so far the differences don't matter. Adding the G12B compatible makes USB work on the Odroid-N2. Signed-off-by: Mark Kettenis Signed-off-by: Neil Armstrong --- diff --git a/drivers/clk/meson/g12a.c b/drivers/clk/meson/g12a.c index 112326e553..43dac1aa37 100644 --- a/drivers/clk/meson/g12a.c +++ b/drivers/clk/meson/g12a.c @@ -405,6 +405,7 @@ static struct clk_ops meson_clk_ops = { static const struct udevice_id meson_clk_ids[] = { { .compatible = "amlogic,g12a-clkc" }, + { .compatible = "amlogic,g12b-clkc" }, { } };