aboutsummaryrefslogtreecommitdiff
path: root/modules/devices
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2018-12-02 13:29:49 -0600
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-12-03 02:27:48 -0800
commit638fc2ae03f34b902b8045c6abe660d1ef7043cc (patch)
tree959d02e5ff678f7bb24a67120e432b1d09288734 /modules/devices
parentf13f8e904d8822e3597b2a1653d34c3c9a4f6f68 (diff)
add rpi3a+, fix intro date for rpi3b+
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices')
-rw-r--r--modules/devices/devicetree/rpi_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/devices/devicetree/rpi_data.c b/modules/devices/devicetree/rpi_data.c
index 8a0d81db..0d25c78b 100644
--- a/modules/devices/devicetree/rpi_data.c
+++ b/modules/devices/devicetree/rpi_data.c
@@ -59,7 +59,8 @@ 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" },
+ { "a020d3", "Q1 2018", "3 Model B+", "1.3", "1GB", "Sony", "BCM2837" },
+ { "9020e0", "Q4 2018", "3 Model A+", "1.0", "512MB", "Sony", "BCM2837" },
{ NULL, NULL, NULL, NULL, NULL, NULL, NULL }
};