summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2014-12-23 20:01:43 -0700
committerTom Rini <trini@ti.com>2014-12-29 16:31:22 -0500
commit47705eff7a822105dfddaa03aadfe95f05849892 (patch)
tree5c668dce5bdcb4a541d79a1ef2106a94d1bf3736 /arch/arm/include/asm
parent3207d8fc9cc8fcc91d0dcc02890c7aaff48a6a27 (diff)
downloadtalos-obmc-uboot-47705eff7a822105dfddaa03aadfe95f05849892.tar.gz
talos-obmc-uboot-47705eff7a822105dfddaa03aadfe95f05849892.zip
ARM: rpi: support model A+
Add a board rev entry for the new model A+, and augment the board rev error handling code to be a bit more verbose. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/arch-bcm2835/mbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-bcm2835/mbox.h b/arch/arm/include/asm/arch-bcm2835/mbox.h
index 0289ba6a91..88d2ec11a7 100644
--- a/arch/arm/include/asm/arch-bcm2835/mbox.h
+++ b/arch/arm/include/asm/arch-bcm2835/mbox.h
@@ -140,6 +140,7 @@ struct bcm2835_mbox_tag_hdr {
#define BCM2835_BOARD_REV_B_REV2_f 0xf
#define BCM2835_BOARD_REV_B_PLUS 0x10
#define BCM2835_BOARD_REV_CM 0x11
+#define BCM2835_BOARD_REV_A_PLUS 0x12
struct bcm2835_mbox_tag_get_board_rev {
struct bcm2835_mbox_tag_hdr tag_hdr;
OpenPOWER on IntegriCloud