ARM: meson: Add S905Y2 SOC ID
authorChristian Hewitt <christianshewitt@gmail.com>
Fri, 20 Aug 2021 02:18:36 +0000 (02:18 +0000)
committerNeil Armstrong <narmstrong@baylibre.com>
Thu, 7 Oct 2021 08:14:50 +0000 (10:14 +0200)
Add the SOC ID for the S905Y2 to board info, see below for before/after
tested with a Radxa Zero board:

SoC:   Amlogic Meson G12A (Unknown) Revision 28:b (30:2)
SoC:   Amlogic Meson G12A (S905Y2) Revision 28:b (30:2)

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/mach-meson/board-info.c

index d16d3f1..2421acd 100644 (file)
@@ -64,6 +64,7 @@ static const struct meson_gx_package_id {
        { "A113X",  0x25, 0x37, 0xff },
        { "A113D",  0x25, 0x22, 0xff },
        { "S905D2", 0x28, 0x10, 0xf0 },
+       { "S905Y2", 0x28, 0x30, 0xf0 },
        { "S905X2", 0x28, 0x40, 0xf0 },
        { "A311D",  0x29, 0x10, 0xf0 },
        { "S922X",  0x29, 0x40, 0xf0 },