Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577767

[PATCH 1/8] ARM: sun8i: Fix the mali clock rate

From Maxime Ripard <maxime.ripard@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH 1/8] ARM: sun8i: Fix the mali clock rate
Date 2017-02-09 17:50 +0100
Message-ID <t904X-5k-33@gated-at.bofh.it> (permalink)
References <t904V-5k-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The Mali clock rate was improperly assumed to be 408MHz, while it was
really 384Mhz, 408MHz being the "extreme" frequency, and definitely not
stable.

Switch for the stable, correct frequency for the GPU.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/boot/dts/sun8i-a23-a33.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
index 35008b78d899..8a880ecc4dda 100644
--- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi
+++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
@@ -495,7 +495,7 @@
 			resets = <&ccu RST_BUS_GPU>;
 
 			assigned-clocks = <&ccu CLK_GPU>;
-			assigned-clock-rates = <408000000>;
+			assigned-clock-rates = <384000000>;
 		};
 
 		gic: interrupt-controller@01c81000 {
-- 
git-series 0.8.11

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/8] ARM: sun8i: a33: Mali improvements Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-09 17:50 +0100
  [PATCH 1/8] ARM: sun8i: Fix the mali clock rate Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-09 17:50 +0100
  [PATCH 7/8] ARM: sunxi: Select PM_OPP Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-09 17:50 +0100

csiph-web