aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-08-29 07:25:48 -0400
committerTom Rini <trini@konsulko.com>2019-08-29 07:25:48 -0400
commit80505e59df9bddc9037bd2145b0fff38f4a0d95e (patch)
tree0f1f582dc0bd98d45d7b43a96711d816388be334 /drivers/clk
parent8c56ea5c1e033f16993e5427300399ef848234bb (diff)
parentd0e8c4ad513c0df492cc90bdc59f272687e90b32 (diff)
downloadu-boot-80505e59df9bddc9037bd2145b0fff38f4a0d95e.zip
u-boot-80505e59df9bddc9037bd2145b0fff38f4a0d95e.tar.gz
u-boot-80505e59df9bddc9037bd2145b0fff38f4a0d95e.tar.bz2
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
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 112326e..43dac1a 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" },
{ }
};