clk: meson-g12b: add compatible
authorMark Kettenis <kettenis@openbsd.org>
Tue, 27 Aug 2019 21:06:28 +0000 (23:06 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Wed, 28 Aug 2019 08:14:31 +0000 (10:14 +0200)
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 <kettenis@openbsd.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/clk/meson/g12a.c

index 112326e553f0b347211614371e4640f63d2f4759..43dac1aa37b89edac406e99993cd52962a5e5151 100644 (file)
@@ -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" },
        { }
 };