diff options
| author | Neil Armstrong <[email protected]> | 2019-10-11 17:33:53 +0200 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2019-10-18 14:26:59 +0200 |
| commit | 2168a52e2b50f72e495143f04d81d6a786a434c8 (patch) | |
| tree | df6826b68de7ccc02bf1fc48f02edd0c0fe37a51 /drivers | |
| parent | a10388dc6982265714fd1491ad73dfc83963f1ea (diff) | |
clk: meson-sm1: add compatible
The SM1 clock controller is almost identical to the G12A and
so far the differences don't matter.
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'drivers')
| -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 c03738b6cac..1b2523bbf1f 100644 --- 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" }, { } }; |
