提交 57ee9767 编写于 作者: J Jerome Brunet 提交者: Kevin Hilman

ARM64: dts: meson-gx: fix gxl clock controller compatible

There are a few differences between the gxbb and gxl clock controllers
which makes them incompatible. The hdmi, gp0 and fixed pll are
different. The rate of these plls reported by gxbb driver on a gxl
device would be wrong.

Remove the gxbb compatible from the gxl clock controller node so only
the correct driver is matched.

Fixes: 973fbd55 ("ARM64: dts: meson-gxl: Add clock nodes")
Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 cc4d6641
......@@ -269,7 +269,7 @@
&sysctrl {
clkc: clock-controller {
compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
compatible = "amlogic,gxl-clkc";
#clock-cells = <1>;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册