projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a10388d
)
clk: meson-sm1: add compatible
author
Neil Armstrong
<narmstrong@baylibre.com>
Fri, 11 Oct 2019 15:33:53 +0000
(17:33 +0200)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Fri, 18 Oct 2019 12:26:59 +0000
(14:26 +0200)
The SM1 clock controller is almost identical to the G12A and
so far the differences don't matter.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/clk/meson/g12a.c
patch
|
blob
|
history
diff --git
a/drivers/clk/meson/g12a.c
b/drivers/clk/meson/g12a.c
index c03738b6cac62577aa479496bee22004a596da3b..1b2523bbf1feca51f8f5a8a018e38b40b07bb793 100644
(file)
--- a/
drivers/clk/meson/g12a.c
+++ b/
drivers/clk/meson/g12a.c
@@
-992,6
+992,7
@@
static struct clk_ops meson_clk_ops = {
static const struct udevice_id meson_clk_ids[] = {
{ .compatible = "amlogic,g12a-clkc" },
{ .compatible = "amlogic,g12b-clkc" },
+ { .compatible = "amlogic,sm1-clkc" },
{ }
};