From: Martin Blumenstingl Date: Wed, 25 Dec 2019 01:06:05 +0000 (+0100) Subject: ARM: dts: meson8b: fix the clock controller compatible string X-Git-Tag: v5.15~4505^2~17^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da256557441700d4f3f95c6e94ef57794acd6bfc;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: meson8b: fix the clock controller compatible string The Meson8b clock controller is an evolution of the Meson8 clock controller. The clock controller on Meson8b contains two identical mali clock trees for glitch-free rate switching. Use the correct compatible string to make use of the glitch free mux. Fixes: b6db3936f2833c ("ARM: dts: meson: switch the clock controller to the HHI register area") Signed-off-by: Martin Blumenstingl Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 8ac8bdf..5b57919 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -442,7 +442,7 @@ &hhi { clkc: clock-controller { - compatible = "amlogic,meson8-clkc"; + compatible = "amlogic,meson8b-clkc"; clocks = <&xtal>, <&ddr_clkc DDR_CLKID_DDR_PLL>; clock-names = "xtal", "ddr_pll"; #clock-cells = <1>;