Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions drivers/gpu/arm/mali/platform/pegasus-m400/mali_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ static struct clk *mali_clock = 0;

static unsigned int GPU_MHZ = 1000000;

int mali_gpu_clk = 533;//266;
int mali_gpu_vol = 1075000;//900000
/* Please take special care lowering these values, specially the voltage
* as it can cause system stability problems: random oops, usb hub resets */
int mali_gpu_clk = 533; /* 533 MHz */
int mali_gpu_vol = 1125000;/* 1.1125 V */

#ifdef CONFIG_MALI_DVFS
#define MALI_DVFS_DEFAULT_STEP 0
Expand Down