[PATCH v2 2/3] MIPS: CPS: Change default cluster value for EyeQ SoCs

Gregory CLEMENT posted 3 patches 3 months ago
There is a newer version of this series
[PATCH v2 2/3] MIPS: CPS: Change default cluster value for EyeQ SoCs
Posted by Gregory CLEMENT 3 months ago
On theses SoC only 2 clusters are used. Modify the
MIPS_CPS_CLUSTER_MAX default value accordingly for EyeQ5 and EyeQ6.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
---
 arch/mips/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 47aa3f8849f05632773c9064282147608483c715..63d085db42f5ea2ddaf517d4cbbe2a637771ac89 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2331,6 +2331,7 @@ config MIPS_CPS
 
 config MIPS_CPS_CLUSTER_MAX
        int "Maximum cluster supported"
+       default 2 if EYEQ
        default 4
        help
 	Maximum number of cluster available on the SoC.

-- 
2.47.2