mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 13:51:45 +00:00
Increase Mali400MP2 clockspeed @sun8i
https://github.com/igorpecovnik/lib/issues/265
This commit is contained in:
parent
763040bfa3
commit
54f41bf319
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
diff --git a/drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c b/drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c
|
||||
index 54e50d5..1dc4f79 100644
|
||||
--- a/drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c
|
||||
+++ b/drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c
|
||||
@@ -37,7 +37,7 @@ static struct clk *gpu_pll = NULL;
|
||||
|
||||
_mali_osk_errcode_t mali_platform_init(void)
|
||||
{
|
||||
- int freq = 252; /* 252 MHz */
|
||||
+ int freq = 600; /* 600 MHz */
|
||||
|
||||
gpu_pll = clk_get(NULL, PLL_GPU_CLK);
|
||||
|
Loading…
Add table
Reference in a new issue