soc: amlogic: meson-gx-socinfo: Add S905Y2 ID for Radxa Zero
authorChristian Hewitt <christianshewitt@gmail.com>
Fri, 20 Aug 2021 01:27:18 +0000 (01:27 +0000)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 13 Sep 2021 07:38:20 +0000 (09:38 +0200)
Add the SOC ID for the S905Y2 used in the Radxa Zero. Before/After:

[    0.321650] soc soc0: Amlogic Meson G12A (Unknown) Revision 28:b (30:2) Detected
[    0.318533] soc soc0: Amlogic Meson G12A (S905Y2) Revision 28:b (30:2) Detected

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20210820012718.10761-1-christianshewitt@gmail.com
drivers/soc/amlogic/meson-gx-socinfo.c

index 6f54bd832c8b8023f0038f07ef95ac5159390a83..165f7548401bc74c8fc32a0b0e8816c905d8e015 100644 (file)
@@ -65,6 +65,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 },