diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2019-12-25 02:06:07 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-01-08 20:00:58 +0100 |
commit | c3dd3315ab58b2cfa1916df55b0d0f9fbd94266f (patch) | |
tree | 1330b6d4abb857961a0e5d941380d5a52c3b5efe /arch/arm/boot/dts/meson8b.dtsi | |
parent | ARM: dts: meson8: use the actual frequency for the GPU's 182.1MHz OPP (diff) | |
download | linux-c3dd3315ab58b2cfa1916df55b0d0f9fbd94266f.tar.xz linux-c3dd3315ab58b2cfa1916df55b0d0f9fbd94266f.zip |
ARM: dts: meson8b: use the actual frequency for the GPU's 364MHz OPP
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>
Diffstat (limited to 'arch/arm/boot/dts/meson8b.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 5b5791924753..e34b039b9357 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -126,8 +126,8 @@ 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 { |