Commit 2faaab64 authored by Viacheslav Bocharov's avatar Viacheslav Bocharov Committed by Neil Armstrong

soc: amlogic: meson-gx-socinfo: add new A113X SoC id

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: default avatarViacheslav Bocharov <adeep@lexina.in>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240604140612.1179323-1-adeep@lexina.inSigned-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent d1d0f1f6
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment