Re: [U-Boot] [PATCH 1/3] power: pmic: Add Voltage configuration macro

2016-12-16 Thread Stefano Babic
On 06/12/2016 18:38, Breno Lima wrote:
> Add pfuze3000 voltage configuration macro for SW1AB, SW3 and VLDO1/2 according
> to tables 53, 57 and 62 on PF3000 datasheet.
> 
> Signed-off-by: Breno Lima 
> ---
> Note: This patch series depends on my last series submission.
>  include/power/pfuze3000_pmic.h | 5 +
>  1 file changed, 5 insertions(+)
> 
> diff --git a/include/power/pfuze3000_pmic.h b/include/power/pfuze3000_pmic.h
> index e8b892b..7d66ba4 100644
> --- a/include/power/pfuze3000_pmic.h
> +++ b/include/power/pfuze3000_pmic.h
> @@ -75,4 +75,9 @@ enum {
>  
>  int power_pfuze3000_init(unsigned char bus);
>  
> +/* Voltage Configuration */
> +#define PFUZE3000_SW1AB_SETP(x)((x - 7000) / 250)
> +#define PFUZE3000_SW3_SETP(x)  ((x - 9000) / 500)
> +#define PFUZE3000_VLDO_SETP(x) ((x - 8000) / 500)
> +
>  #endif
> 
Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/3] power: pmic: Add Voltage configuration macro

2016-12-06 Thread Breno Lima
Add pfuze3000 voltage configuration macro for SW1AB, SW3 and VLDO1/2 according
to tables 53, 57 and 62 on PF3000 datasheet.

Signed-off-by: Breno Lima 
---
Note: This patch series depends on my last series submission.
 include/power/pfuze3000_pmic.h | 5 +
 1 file changed, 5 insertions(+)

diff --git a/include/power/pfuze3000_pmic.h b/include/power/pfuze3000_pmic.h
index e8b892b..7d66ba4 100644
--- a/include/power/pfuze3000_pmic.h
+++ b/include/power/pfuze3000_pmic.h
@@ -75,4 +75,9 @@ enum {
 
 int power_pfuze3000_init(unsigned char bus);
 
+/* Voltage Configuration */
+#define PFUZE3000_SW1AB_SETP(x)((x - 7000) / 250)
+#define PFUZE3000_SW3_SETP(x)  ((x - 9000) / 500)
+#define PFUZE3000_VLDO_SETP(x) ((x - 8000) / 500)
+
 #endif
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot