public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: bcm2835: fix mbox POWER_STATE_RESP_ON value
Date: Fri, 14 Feb 2014 08:00:35 +0100	[thread overview]
Message-ID: <20140214080035.3ce50f30@lilith> (raw)
In-Reply-To: <1391658145-10309-1-git-send-email-swarren@wwwdotorg.org>

Hi Stephen,

On Wed,  5 Feb 2014 20:42:25 -0700, Stephen Warren
<swarren@wwwdotorg.org> wrote:

> Typo: The correct value is 1 not 2.
> 
> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
> ---
>  arch/arm/include/asm/arch-bcm2835/mbox.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/include/asm/arch-bcm2835/mbox.h b/arch/arm/include/asm/arch-bcm2835/mbox.h
> index 38cb42a..dded857 100644
> --- a/arch/arm/include/asm/arch-bcm2835/mbox.h
> +++ b/arch/arm/include/asm/arch-bcm2835/mbox.h
> @@ -143,7 +143,7 @@ struct bcm2835_mbox_tag_get_arm_mem {
>  #define BCM2835_MBOX_POWER_DEVID_SPI		7
>  #define BCM2835_MBOX_POWER_DEVID_CCP2TX		8
>  
> -#define BCM2835_MBOX_POWER_STATE_RESP_ON	(1 << 1)
> +#define BCM2835_MBOX_POWER_STATE_RESP_ON	(1 << 0)
>  /* Device doesn't exist */
>  #define BCM2835_MBOX_POWER_STATE_RESP_NODEV	(1 << 1)
>  

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

      reply	other threads:[~2014-02-14  7:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-06  3:42 [U-Boot] [PATCH] ARM: bcm2835: fix mbox POWER_STATE_RESP_ON value Stephen Warren
2014-02-14  7:00 ` Albert ARIBAUD [this message]

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=20140214080035.3ce50f30@lilith \
    --to=albert.u.boot@aribaud.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox