diff options
| author | Kevin Hilman <khilman@baylibre.com> | 2020-07-21 14:12:19 -0700 |
|---|---|---|
| committer | Kevin Hilman <khilman@baylibre.com> | 2020-07-21 14:12:19 -0700 |
| commit | f26d8e7ac4cd8720f8acee25503cc824ce159e4a (patch) | |
| tree | 51572dc86f678a57cf3742e2d2b29abce7e5744f /drivers | |
| parent | ea232b9ccccf2f55fe231441f3908c31c7136c4f (diff) | |
| parent | 54320dcaa2522db3222c02d68b52cfed32a2e95b (diff) | |
Merge tag 'amlogic-fixes' into v5.9/dt64
Amlogic fixes for v5.8-rc
- misc DT fixes, and SoC ID fixes
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/soc/amlogic/meson-gx-socinfo.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c index 01fc0d20a70d..6f54bd832c8b 100644 --- a/drivers/soc/amlogic/meson-gx-socinfo.c +++ b/drivers/soc/amlogic/meson-gx-socinfo.c @@ -66,10 +66,12 @@ static const struct meson_gx_package_id { { "A113D", 0x25, 0x22, 0xff }, { "S905D2", 0x28, 0x10, 0xf0 }, { "S905X2", 0x28, 0x40, 0xf0 }, - { "S922X", 0x29, 0x40, 0xf0 }, { "A311D", 0x29, 0x10, 0xf0 }, - { "S905X3", 0x2b, 0x5, 0xf }, - { "S905D3", 0x2b, 0xb0, 0xf0 }, + { "S922X", 0x29, 0x40, 0xf0 }, + { "S905D3", 0x2b, 0x4, 0xf5 }, + { "S905X3", 0x2b, 0x5, 0xf5 }, + { "S905X3", 0x2b, 0x10, 0x3f }, + { "S905D3", 0x2b, 0x30, 0x3f }, { "A113L", 0x2c, 0x0, 0xf8 }, }; |
