All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ijc@hellion.org.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sunxi: axp221: Fix using the wrong register address for ALDO2
Date: Mon, 05 Jan 2015 17:09:24 +0000	[thread overview]
Message-ID: <1420477764.28863.77.camel@hellion.org.uk> (raw)
In-Reply-To: <1420474687-15332-2-git-send-email-hdegoede@redhat.com>

On Mon, 2015-01-05 at 17:18 +0100, Hans de Goede wrote:
> This fixes us never programming ALDO2, and programming the ALDO2 voltage
> into ALDo1.
> 
> Reported-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Acked-by: Ian Campbell <ijc@hellion.org.uk>

> ---
>  include/axp221.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/axp221.h b/include/axp221.h
> index a6e52e3..e9552f6 100644
> --- a/include/axp221.h
> +++ b/include/axp221.h
> @@ -43,7 +43,7 @@
>  #define AXP221_DCDC4_CTRL	0x24
>  #define AXP221_DCDC5_CTRL	0x25
>  #define AXP221_ALDO1_CTRL	0x28
> -#define AXP221_ALDO2_CTRL	0x28
> +#define AXP221_ALDO2_CTRL	0x29
>  #define AXP221_ALDO3_CTRL	0x2a
>  #define AXP221_PAGE		0xff
>  

  reply	other threads:[~2015-01-05 17:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-05 16:18 [U-Boot] [PATCH v2015.01 fix] sunxi: axp221: Fix using the wrong register address for ALDO2 Hans de Goede
2015-01-05 16:18 ` [U-Boot] [PATCH] " Hans de Goede
2015-01-05 17:09   ` Ian Campbell [this message]
2015-01-06 10:35     ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1420477764.28863.77.camel@hellion.org.uk \
    --to=ijc@hellion.org.uk \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.