summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x/include
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2019-03-27 09:30:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-27 09:43:29 +0100
commited9006f488dfb2419175a270271440f39093983c (patch)
tree43d3eeff912b0e73a5ac66265b801665065b94ea /arch/arm/mach-bcm283x/include
parent43e02c57cfa871b43f3fcb8258c9a3e7207f968d (diff)
downloadbarebox-ed9006f488dfb2419175a270271440f39093983c.tar.gz
barebox-ed9006f488dfb2419175a270271440f39093983c.tar.xz
ARM: rpi: add board revision for Compute Module 3+
Raspberry Pi Compute Module 3+ was released in January 2019. Source for the new board revision code: https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md Signed-off-by: Tomaz Solc <tomaz.solc@tablix.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-bcm283x/include')
-rw-r--r--arch/arm/mach-bcm283x/include/mach/mbox.h1
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 e4f6cb6751..6db961b807 100644
--- a/arch/arm/mach-bcm283x/include/mach/mbox.h
+++ b/arch/arm/mach-bcm283x/include/mach/mbox.h
@@ -166,6 +166,7 @@ struct bcm2835_mbox_tag_hdr {
#define BCM2835_BOARD_REV_ZERO_W 0x0c
#define BCM2837B0_BOARD_REV_3B_PLUS 0x0d
#define BCM2837B0_BOARD_REV_3A_PLUS 0x0e
+#define BCM2837B0_BOARD_REV_CM3_PLUS 0x10
struct bcm2835_mbox_tag_get_board_rev {
struct bcm2835_mbox_tag_hdr tag_hdr;