提交 d0e8c4ad 编写于 作者: M Mark Kettenis 提交者: Neil Armstrong

clk: meson-g12b: add compatible

The G12B clock controller is almost identical to the G12A and
so far the differences don't matter.  Adding the G12B compatible
makes USB work on the Odroid-N2.
Signed-off-by: NMark Kettenis <kettenis@openbsd.org>
Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
上级 e4b8dd9b
......@@ -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" },
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册