diff mbox series

[v1,3/9] power: pmic: add SPL_DM_PMIC_PCA9450 symbol to Kconfig

Message ID 20201028095816.23906-3-igor.opaniuk@gmail.com
State Accepted
Commit 8f9abdf4d440baa87c41c15851e3f9ae8a30c07c
Delegated to: Stefano Babic
Headers show
Series [v1,1/9] toradex: tdx-cfg-clock: add new i.mx 8m mini/plus skus | expand

Commit Message

Igor Opaniuk Oct. 28, 2020, 9:58 a.m. UTC
From: Igor Opaniuk <igor.opaniuk@toradex.com>

Add SPL_DM_PMIC_PCA9450 symbol to Kconfig.

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
---

 drivers/power/pmic/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Jaehoon Chung Oct. 28, 2020, 9:49 p.m. UTC | #1
On 10/28/20 6:58 PM, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
> 
> Add SPL_DM_PMIC_PCA9450 symbol to Kconfig.
> 
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>


Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

Best Regards,
Jaehoon Chung

> ---
> 
>  drivers/power/pmic/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
> index a62aa38054..7d51510d1b 100644
> --- a/drivers/power/pmic/Kconfig
> +++ b/drivers/power/pmic/Kconfig
> @@ -98,6 +98,13 @@ config DM_PMIC_PCA9450
>  	  This config enables implementation of driver-model pmic uclass features
>  	  for PMIC PCA9450. The driver implements read/write operations.
>  
> +config SPL_DM_PMIC_PCA9450
> +	bool "Enable Driver Model for PMIC PCA9450"
> +	depends on DM_PMIC
> +	help
> +	  This config enables implementation of driver-model pmic uclass features
> +	  for PMIC PCA9450 in SPL. The driver implements read/write operations.
> +
>  config DM_PMIC_PFUZE100
>  	bool "Enable Driver Model for PMIC PFUZE100"
>  	depends on DM_PMIC
>
Stefano Babic Dec. 8, 2020, 7:58 a.m. UTC | #2
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
> Add SPL_DM_PMIC_PCA9450 symbol to Kconfig.
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
index a62aa38054..7d51510d1b 100644
--- a/drivers/power/pmic/Kconfig
+++ b/drivers/power/pmic/Kconfig
@@ -98,6 +98,13 @@  config DM_PMIC_PCA9450
 	  This config enables implementation of driver-model pmic uclass features
 	  for PMIC PCA9450. The driver implements read/write operations.
 
+config SPL_DM_PMIC_PCA9450
+	bool "Enable Driver Model for PMIC PCA9450"
+	depends on DM_PMIC
+	help
+	  This config enables implementation of driver-model pmic uclass features
+	  for PMIC PCA9450 in SPL. The driver implements read/write operations.
+
 config DM_PMIC_PFUZE100
 	bool "Enable Driver Model for PMIC PFUZE100"
 	depends on DM_PMIC