
30 Jan
2019
30 Jan
'19
4:13 p.m.
Hi Jonathan,
On 30.01.19 15:17, Jonathan Gray wrote:
Add Raspberry Pi Compute Module 3+ to list of models, the revision code is 0x10 according to the list on raspberrypi.org.
Signed-off-by: Jonathan Gray jsg@jsg.id.au
board/raspberrypi/rpi/rpi.c | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 153a1fdcb7..c118250740 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -143,6 +143,11 @@ static const struct rpi_model rpi_models_new_scheme[] = { DTB_DIR "bcm2837-rpi-3-a-plus.dtb", false, },
- [0x10] = {
"Compute Module 3+",
DTB_DIR "bcm2837-rpi-cm3-plus.dtb",
Is the dtb name already committed to? I haven't seen patches on the rpi kernel ML.
Alex
false,
- },
};
static const struct rpi_model rpi_models_old_scheme[] = {