mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
rpi: Add identifier for the new RPi3 B+
The Raspberr Pi Foundation released a new RPi3 version which we want to detect as well, so we can enable ethernet on it and know the correct device tree file name. Add an identifier for it. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
0d1a6c5e52
commit
7fe77226aa
1 changed files with 5 additions and 0 deletions
|
@ -111,6 +111,11 @@ static const struct rpi_model rpi_models_new_scheme[] = {
|
||||||
DTB_DIR "bcm2835-rpi-zero-w.dtb",
|
DTB_DIR "bcm2835-rpi-zero-w.dtb",
|
||||||
false,
|
false,
|
||||||
},
|
},
|
||||||
|
[0xD] = {
|
||||||
|
"3 Model B+",
|
||||||
|
DTB_DIR "bcm2837-rpi-3-b-plus.dtb",
|
||||||
|
true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct rpi_model rpi_models_old_scheme[] = {
|
static const struct rpi_model rpi_models_old_scheme[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue