diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-10-11 17:33:53 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-10-18 14:26:59 +0200 |
commit | 2168a52e2b50f72e495143f04d81d6a786a434c8 (patch) | |
tree | df6826b68de7ccc02bf1fc48f02edd0c0fe37a51 /drivers/clk/meson | |
parent | a10388dc6982265714fd1491ad73dfc83963f1ea (diff) | |
download | u-boot-2168a52e2b50f72e495143f04d81d6a786a434c8.zip u-boot-2168a52e2b50f72e495143f04d81d6a786a434c8.tar.gz u-boot-2168a52e2b50f72e495143f04d81d6a786a434c8.tar.bz2 |
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 <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/clk/meson')
-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 c03738b..1b2523b 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" }, { } }; |