soc: amlogic: meson-gx-socinfo: Add S905L ID
authorChristian Hewitt <christianshewitt@gmail.com>
Tue, 4 Jun 2024 05:07:52 +0000 (05:07 +0000)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 6 Jun 2024 09:08:45 +0000 (11:08 +0200)
Add the S905L SoC ID observed in several P271 boards:

kernel: soc soc0: Amlogic Meson GXLX (S905L) Revision 26:a (c1:2) Detected

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

index 6abb730344aba01080714f5aa18bc1703ef16966..7e255acf543097bc0e75fc30153ce315ec597861 100644 (file)
@@ -64,6 +64,7 @@ static const struct meson_gx_package_id {
        { "962E", 0x24, 0x20, 0xf0 },
        { "A113X", 0x25, 0x37, 0xff },
        { "A113D", 0x25, 0x22, 0xff },
+       { "S905L", 0x26, 0, 0x0 },
        { "S905D2", 0x28, 0x10, 0xf0 },
        { "S905Y2", 0x28, 0x30, 0xf0 },
        { "S905X2", 0x28, 0x40, 0xf0 },