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:
Finley Xiao
2021-12-17 19:47:59 +08:00
committed by Tao Huang
parent d805bd29b1
commit b962421460
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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
/**