projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3f947
)
rpi: add 3 Model A+
author
Jonathan Gray
<jsg@jsg.id.au>
Fri, 16 Nov 2018 12:07:39 +0000
(23:07 +1100)
committer
Alexander Graf
<agraf@suse.de>
Mon, 3 Dec 2018 19:25:06 +0000
(20:25 +0100)
Add Raspberry Pi 3 Model A+ to list of models, the revision code is 0xE
according to the list on raspberrypi.org.
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
board/raspberrypi/rpi/rpi.c
patch
|
blob
|
history
diff --git
a/board/raspberrypi/rpi/rpi.c
b/board/raspberrypi/rpi/rpi.c
index 5062486311e229f3d8e22bc77e4db3483bd7b596..153a1fdcb715a8f21464e41eb532ed0ea529fc2a 100644
(file)
--- a/
board/raspberrypi/rpi/rpi.c
+++ b/
board/raspberrypi/rpi/rpi.c
@@
-138,6
+138,11
@@
static const struct rpi_model rpi_models_new_scheme[] = {
DTB_DIR "bcm2837-rpi-3-b-plus.dtb",
true,
},
+ [0xE] = {
+ "3 Model A+",
+ DTB_DIR "bcm2837-rpi-3-a-plus.dtb",
+ false,
+ },
};
static const struct rpi_model rpi_models_old_scheme[] = {