diff options
| author | Burt P <pburt0@gmail.com> | 2018-03-17 13:38:55 -0500 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-04-24 07:42:37 -0700 | 
| commit | ba37a72f70d339d829d2639116eae4e0a44b3652 (patch) | |
| tree | d45cb377dbbe84454cc9daf935c9379c44431ebd /modules/devices/devicetree | |
| parent | 1af727318af21e5a3b188fed290f3cebb5a8ba86 (diff) | |
rpi_data: add Raspberry Pi Model 3 B-Plus
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices/devicetree')
| -rw-r--r-- | modules/devices/devicetree/rpi_data.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 }  }; | 
