[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <759835d5aa1e9d839a2ab657528c33b44820eabd.1617010856.git.nicolas.ferre@microchip.com>
Date: Mon, 29 Mar 2021 11:56:39 +0200
From: <nicolas.ferre@...rochip.com>
To: <linux-arm-kernel@...ts.infradead.org>
CC: <linux-kernel@...r.kernel.org>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Ludovic Desroches <ludovic.desroches@...rochip.com>,
Codrin Ciubotariu <codrin.ciubotariu@...rochip.com>,
Claudiu Beznea <claudiu.beznea@...rochip.com>,
Eugen Hristev <eugen.hristev@...rochip.com>,
Tudor Ambarus <tudor.ambarus@...rochip.com>,
Cristian Birsan <cristian.birsan@...rochip.com>,
<emil.velikov@...labora.com>, <ezequiel@...labora.com>
Subject: [PATCH 1/7] ARM: configs: at91: sama5: MCP16502 regulator as built-in
From: Nicolas Ferre <nicolas.ferre@...rochip.com>
This regulator is needed by several SoC or external peripherals on
different boards, providing required power rails. Make it built-in
to match usual use-cases.
Signed-off-by: Nicolas Ferre <nicolas.ferre@...rochip.com>
---
arch/arm/configs/sama5_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 5bcf16aecf2f..72e58a835c37 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -138,7 +138,7 @@ CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_ACT8865=y
CONFIG_REGULATOR_ACT8945A=y
-CONFIG_REGULATOR_MCP16502=m
+CONFIG_REGULATOR_MCP16502=y
CONFIG_REGULATOR_PWM=m
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_SUPPORT_FILTER=y
--
2.31.1
Powered by blists - more mailing lists