From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 14 Feb 2014 08:00:35 +0100 Subject: [U-Boot] [PATCH] ARM: bcm2835: fix mbox POWER_STATE_RESP_ON value In-Reply-To: <1391658145-10309-1-git-send-email-swarren@wwwdotorg.org> References: <1391658145-10309-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <20140214080035.3ce50f30@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On Wed, 5 Feb 2014 20:42:25 -0700, Stephen Warren wrote: > Typo: The correct value is 1 not 2. > > Signed-off-by: Stephen Warren > --- > 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.