Skip to content

Commit

Permalink
ARM64: dts: meson-gx: fix gxl clock controller compatible
Browse files Browse the repository at this point in the history
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: 973fbd5 ("ARM64: dts: meson-gxl: Add clock nodes")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
Jerome Brunet authored and Kevin Hilman committed Apr 19, 2018
1 parent cc4d664 commit 57ee976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@

&sysctrl {
clkc: clock-controller {
compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
compatible = "amlogic,gxl-clkc";
#clock-cells = <1>;
};
};
Expand Down

0 comments on commit 57ee976

Please sign in to comment.