summaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2019-08-27 23:06:28 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2019-08-28 10:14:31 +0200
commitd0e8c4ad513c0df492cc90bdc59f272687e90b32 (patch)
tree9e67bb1e057dd80abffa6303d70b074c4109ccee /drivers/clk
parente4b8dd9b34021241cd05d5cc9d24b4ae34657830 (diff)
downloadu-boot-d0e8c4ad513c0df492cc90bdc59f272687e90b32.tar.gz
u-boot-d0e8c4ad513c0df492cc90bdc59f272687e90b32.tar.xz
u-boot-d0e8c4ad513c0df492cc90bdc59f272687e90b32.zip
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 <kettenis@openbsd.org> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/meson/g12a.c1
1 files changed, 1 insertions, 0 deletions
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" },
{ }
};