From 2168a52e2b50f72e495143f04d81d6a786a434c8 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Fri, 11 Oct 2019 17:33:53 +0200 Subject: 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 --- drivers/clk/meson/g12a.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk') 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" }, { } }; -- cgit v1.1