rpi: add Compute Module 3+
Add Raspberry Pi Compute Module 3+ to list of models, the revision code is 0x10 according to the list on raspberrypi.org. v2: Use the same dtb name as CM3 as CM3+ is a drop in replacement for CM3. Signed-off-by: Jonathan Gray <jsg@jsg.id.au> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
This commit is contained in:
parent
77195216ff
commit
7e2ae620e1
@ -143,6 +143,11 @@ static const struct rpi_model rpi_models_new_scheme[] = {
|
|||||||
DTB_DIR "bcm2837-rpi-3-a-plus.dtb",
|
DTB_DIR "bcm2837-rpi-3-a-plus.dtb",
|
||||||
false,
|
false,
|
||||||
},
|
},
|
||||||
|
[0x10] = {
|
||||||
|
"Compute Module 3+",
|
||||||
|
DTB_DIR "bcm2837-rpi-cm3.dtb",
|
||||||
|
false,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct rpi_model rpi_models_old_scheme[] = {
|
static const struct rpi_model rpi_models_old_scheme[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user