mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
MALI: bifrost: change BASE_MAX_NR_CLOCKS_REGULATORS to 4
Add a new scmi clk for changing gpu clock rate. Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: Ib2496a528a44a4106e1becf0d99335e207d85667
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
* While, the number of clocks could be more than regulators,
|
||||
* as mentioned in power_control_init().
|
||||
*/
|
||||
#define BASE_MAX_NR_CLOCKS_REGULATORS (3)
|
||||
#define BASE_MAX_NR_CLOCKS_REGULATORS (4)
|
||||
|
||||
/* Forward declarations */
|
||||
struct kbase_context;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <linux/completion.h>
|
||||
|
||||
#ifndef BASE_MAX_NR_CLOCKS_REGULATORS
|
||||
#define BASE_MAX_NR_CLOCKS_REGULATORS 3
|
||||
#define BASE_MAX_NR_CLOCKS_REGULATORS 4
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user