[PATCH] mfd: sun6i-prcm: Update Kconfig description

Samuel Holland posted 1 patch 3 years, 9 months ago
drivers/mfd/Kconfig | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH] mfd: sun6i-prcm: Update Kconfig description
Posted by Samuel Holland 3 years, 9 months ago
This driver is used by a specific range of SoCs between when the PRCM
hardware was introduced (A31) and when the PRCM CCU driver was added
(A83T). It is unlikely to be extended to additional hardware. Update
the description to include the full list of applicable SoCs.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 drivers/mfd/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3b59456f5545..9e44a60e2308 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1357,12 +1357,13 @@ config MFD_STA2X11
 	select REGMAP_MMIO
 
 config MFD_SUN6I_PRCM
-	bool "Allwinner A31 PRCM controller"
+	bool "Allwinner A31/A23/A33 PRCM controller"
 	depends on ARCH_SUNXI || COMPILE_TEST
 	select MFD_CORE
 	help
 	  Support for the PRCM (Power/Reset/Clock Management) unit available
-	  in A31 SoC.
+	  in the A31, A23, and A33 SoCs. Other Allwinner SoCs contain similar
+	  hardware, but they do not use this driver.
 
 config MFD_SYSCON
 	bool "System Controller Register R/W Based on Regmap"
-- 
2.35.1
Re: [PATCH] mfd: sun6i-prcm: Update Kconfig description
Posted by Lee Jones 3 years, 9 months ago
On Sat, 02 Jul 2022, Samuel Holland wrote:

> This driver is used by a specific range of SoCs between when the PRCM
> hardware was introduced (A31) and when the PRCM CCU driver was added
> (A83T). It is unlikely to be extended to additional hardware. Update
> the description to include the full list of applicable SoCs.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---
> 
>  drivers/mfd/Kconfig | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Re: [PATCH] mfd: sun6i-prcm: Update Kconfig description
Posted by Jernej Škrabec 3 years, 9 months ago
Dne sobota, 02. julij 2022 ob 20:40:43 CEST je Samuel Holland napisal(a):
> This driver is used by a specific range of SoCs between when the PRCM
> hardware was introduced (A31) and when the PRCM CCU driver was added
> (A83T). It is unlikely to be extended to additional hardware. Update
> the description to include the full list of applicable SoCs.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej