diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2015-10-14 17:17:54 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-10-19 08:12:25 +0200 |
commit | 79ad5cef151fff32432a31ce7fe92e170d8a95ae (patch) | |
tree | 1096661e7cf7aacd685a9abb43f95175ccfa244f /arch/arm/mach-bcm283x | |
parent | d1a2f32fca16ce0ec01b3447cc4755a17aca7f0f (diff) | |
download | u-boot-79ad5cef151fff32432a31ce7fe92e170d8a95ae.zip u-boot-79ad5cef151fff32432a31ce7fe92e170d8a95ae.tar.gz u-boot-79ad5cef151fff32432a31ce7fe92e170d8a95ae.tar.bz2 |
ARM: rpi: add another revision of Raspberry Pi A+
Seen this one in the wild. Is labelled "Raspberry Pi Model A+ V1.1,
(C) Raspberry Pi 2014". A standard A+ board, much like the one with
version 0x12, didn't notice any differencies.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'arch/arm/mach-bcm283x')
-rw-r--r-- | arch/arm/mach-bcm283x/include/mach/mbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm283x/include/mach/mbox.h b/arch/arm/mach-bcm283x/include/mach/mbox.h index ff959c8..9260ee2 100644 --- a/arch/arm/mach-bcm283x/include/mach/mbox.h +++ b/arch/arm/mach-bcm283x/include/mach/mbox.h @@ -150,6 +150,7 @@ struct bcm2835_mbox_tag_hdr { #define BCM2835_BOARD_REV_A_PLUS 0x12 #define BCM2835_BOARD_REV_B_PLUS_13 0x13 #define BCM2835_BOARD_REV_CM_14 0x14 +#define BCM2835_BOARD_REV_A_PLUS_15 0x15 #endif struct bcm2835_mbox_tag_get_board_rev { |