summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/amlogic
diff options
context:
space:
mode:
authorJerome Brunet2018-03-15 12:55:45 +0100
committerKevin Hilman2018-04-19 19:38:50 +0200
commit57ee976747af8431cea2f9a226d55f9ca75c9220 (patch)
tree9c39d44bf7fb1d2e393eb8f8f7ecb4e626a32c0f /arch/arm64/boot/dts/amlogic
parentARM64: dts: meson-axg: use hhi syscon for the clock controller (diff)
downloadkernel-qcow2-linux-57ee976747af8431cea2f9a226d55f9ca75c9220.tar.gz
kernel-qcow2-linux-57ee976747af8431cea2f9a226d55f9ca75c9220.tar.xz
kernel-qcow2-linux-57ee976747af8431cea2f9a226d55f9ca75c9220.zip
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: 973fbd55b53c ("ARM64: dts: meson-gxl: Add clock nodes") Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxl.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index ef0df63e23fb..00b5bbd0b3e1 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -269,7 +269,7 @@
&sysctrl {
clkc: clock-controller {
- compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
+ compatible = "amlogic,gxl-clkc";
#clock-cells = <1>;
};
};