diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-29 07:25:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-29 07:25:48 -0400 |
commit | 80505e59df9bddc9037bd2145b0fff38f4a0d95e (patch) | |
tree | 0f1f582dc0bd98d45d7b43a96711d816388be334 | |
parent | 8c56ea5c1e033f16993e5427300399ef848234bb (diff) | |
parent | d0e8c4ad513c0df492cc90bdc59f272687e90b32 (diff) |
Merge tag 'u-boot-amlogic-20190828' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
- add missing g12b clock driver compatible, fixing odroid-n2 usb support
-rw-r--r-- | drivers/clk/meson/g12a.c | 1 |
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" }, { } }; |