diff mbox

[U-Boot,6/6] config: SMDK5420: Enable S2MPS1111111111111111111111 pmic

Message ID 1380637926-26242-7-git-send-email-l.krishna@samsung.com
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Leela Krishna Amudala Oct. 1, 2013, 2:32 p.m. UTC
configure S2MPS11 pmic on SMDK5420

Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
---
 include/configs/smdk5420.h |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Leela Krishna Amudala Oct. 1, 2013, 3:27 p.m. UTC | #1
Hello,
I'll change the typo error in the patch header in next version.

/Leela krishna

On Oct 1, 2013 8:11 PM, "Leela Krishna Amudala" <l.krishna@samsung.com>
wrote:
>
> configure S2MPS11 pmic on SMDK5420
>
> Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
> ---
>  include/configs/smdk5420.h |    4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
> index 447f8e5..46aeec0 100644
> --- a/include/configs/smdk5420.h
> +++ b/include/configs/smdk5420.h
> @@ -53,4 +53,8 @@
>
>  #define CONFIG_MAX_I2C_NUM     11
>
> +#define CONFIG_POWER
> +#define CONFIG_POWER_I2C
> +#define CONFIG_POWER_S2MPS11
> +
>  #endif /* __CONFIG_5420_H */
> --
> 1.7.10.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
index 447f8e5..46aeec0 100644
--- a/include/configs/smdk5420.h
+++ b/include/configs/smdk5420.h
@@ -53,4 +53,8 @@ 
 
 #define CONFIG_MAX_I2C_NUM	11
 
+#define CONFIG_POWER
+#define CONFIG_POWER_I2C
+#define CONFIG_POWER_S2MPS11
+
 #endif	/* __CONFIG_5420_H */