soc: amlogic: meson-gx-socinfo: add new A113X SoC id
authorViacheslav Bocharov <adeep@lexina.in>
Tue, 4 Jun 2024 14:04:51 +0000 (17:04 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 6 Jun 2024 09:09:02 +0000 (11:09 +0200)
Add new definition for Amlogix A113X SoC found in JetHub D1/D1+ devices:

soc soc0: Amlogic Meson AXG (A113X) Revision 25:b (43:2) Detected

Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240604140612.1179323-1-adeep@lexina.in
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/soc/amlogic/meson-gx-socinfo.c

index 7e255acf543097bc0e75fc30153ce315ec597861..8809a948201aae0a9da782b3cfb4e99d5b79cd7a 100644 (file)
@@ -63,6 +63,7 @@ static const struct meson_gx_package_id {
        { "962X", 0x24, 0x10, 0xf0 },
        { "962E", 0x24, 0x20, 0xf0 },
        { "A113X", 0x25, 0x37, 0xff },
+       { "A113X", 0x25, 0x43, 0xff },
        { "A113D", 0x25, 0x22, 0xff },
        { "S905L", 0x26, 0, 0x0 },
        { "S905D2", 0x28, 0x10, 0xf0 },