X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-meson%2Fboard-info.c;h=0d3b40a2491b69d1880afb113a0496481b8981f9;hb=e97bdfa5da70600e9755d6f70713744ed25f62c3;hp=ea32c01d113793034d6ebbe1b1e6132e71aef056;hpb=8e02efdb34a6a4afb3351e9d903d8d933aabee19;p=oweals%2Fu-boot.git diff --git a/arch/arm/mach-meson/board-info.c b/arch/arm/mach-meson/board-info.c index ea32c01d11..0d3b40a249 100644 --- a/arch/arm/mach-meson/board-info.c +++ b/arch/arm/mach-meson/board-info.c @@ -34,6 +34,7 @@ static const struct meson_gx_soc_id { { "TXHD", 0x27 }, { "G12A", 0x28 }, { "G12B", 0x29 }, + { "SM1", 0x2b }, }; static const struct meson_gx_package_id { @@ -59,7 +60,9 @@ static const struct meson_gx_package_id { { "A113D", 0x25, 0x22, 0xff }, { "S905D2", 0x28, 0x10, 0xf0 }, { "S905X2", 0x28, 0x40, 0xf0 }, + { "A311D", 0x29, 0x10, 0xf0 }, { "S922X", 0x29, 0x40, 0xf0 }, + { "S905X3", 0x2b, 0x5, 0xf }, }; DECLARE_GLOBAL_DATA_PTR;