]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: meson8b: use the actual frequency for the GPU's 364MHz OPP
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 25 Dec 2019 01:06:07 +0000 (02:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2020 21:53:02 +0000 (16:53 -0500)
commit c3dd3315ab58b2cfa1916df55b0d0f9fbd94266f upstream.

The clock setup on Meson8 cannot achieve a Mali frequency of exactly
182.15MHz. The vendor driver uses "FCLK_DIV7 / 1" for this frequency,
which translates to 2550MHz / 7 / 1 = 364285714Hz.
Update the GPU operating point to that specific frequency to not confuse
myself when comparing the frequency from the .dts with the actual clock
rate on the system.

Fixes: c3ea80b6138cae ("ARM: dts: meson8b: add the Mali-450 MP2 GPU")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/meson8b.dtsi

index 099bf8e711c94ecf3c1d974fa878c6ea9f0af211..1e8c5d7bc824a878d943c6df46f4822f922a91b9 100644 (file)
                        opp-hz = /bits/ 64 <255000000>;
                        opp-microvolt = <1100000>;
                };
-               opp-364300000 {
-                       opp-hz = /bits/ 64 <364300000>;
+               opp-364285714 {
+                       opp-hz = /bits/ 64 <364285714>;
                        opp-microvolt = <1100000>;
                };
                opp-425000000 {