From ba37a72f70d339d829d2639116eae4e0a44b3652 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 17 Mar 2018 13:38:55 -0500 Subject: rpi_data: add Raspberry Pi Model 3 B-Plus Signed-off-by: Burt P --- modules/devices/devicetree/rpi_data.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/devices/devicetree') diff --git a/modules/devices/devicetree/rpi_data.c b/modules/devices/devicetree/rpi_data.c index d0132e3a..6a11c5a2 100644 --- a/modules/devices/devicetree/rpi_data.c +++ b/modules/devices/devicetree/rpi_data.c @@ -59,6 +59,7 @@ static struct { { "a020a0", "Q1 2017", "Compute Module 3 or CM3 Lite", "1.0", "1GB", "Sony", NULL }, { "a22082", "Q1 2016", "3 Model B", "1.2", "1GB", "Embest", "BCM2837" }, { "a32082", "Q4 2016", "3 Model B", "1.2", "1GB", "Sony Japan", NULL }, + { "a020d3", "Q4 2018", "3 Model B+", "1.3", "1GB", "Sony", "BCM2837" }, { NULL, NULL, NULL, NULL, NULL, NULL, NULL } }; -- cgit v1.2.3