diff options
author | Lubomir Rintel | 2015-10-14 17:17:54 +0200 |
---|---|---|
committer | Albert ARIBAUD | 2015-10-19 08:12:25 +0200 |
commit | 79ad5cef151fff32432a31ce7fe92e170d8a95ae (patch) | |
tree | 1096661e7cf7aacd685a9abb43f95175ccfa244f /board/raspberrypi | |
parent | d1a2f32fca16ce0ec01b3447cc4755a17aca7f0f (diff) |
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 'board/raspberrypi')
-rw-r--r-- | board/raspberrypi/rpi/rpi.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 6d7be11518e..942badb0873 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -176,6 +176,11 @@ static const struct { "bcm2835-rpi-cm.dtb", false, }, + [BCM2835_BOARD_REV_A_PLUS_15] = { + "Model A+", + "bcm2835-rpi-a-plus.dtb", + false, + }, #endif }; |