Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / mach-meson / board-info.c
index 3abb27e..e61d1ad 100644 (file)
@@ -38,6 +38,7 @@ static const struct meson_gx_soc_id {
        { "G12A",   0x28 },
        { "G12B",   0x29 },
        { "SM1",    0x2b },
+       { "A1",     0x2c },
 };
 
 static const struct meson_gx_package_id {
@@ -65,7 +66,11 @@ static const struct meson_gx_package_id {
        { "S905X2", 0x28, 0x40, 0xf0 },
        { "A311D",  0x29, 0x10, 0xf0 },
        { "S922X",  0x29, 0x40, 0xf0 },
-       { "S905X3", 0x2b, 0x5, 0xf },
+       { "S905D3", 0x2b, 0x4, 0xf5 },
+       { "S905X3", 0x2b, 0x5, 0xf5 },
+       { "S905X3", 0x2b, 0x10, 0x3f },
+       { "S905D3", 0x2b, 0x30, 0x3f },
+       { "A113L", 0x2c, 0x0, 0xf8 },
 };
 
 DECLARE_GLOBAL_DATA_PTR;