diff options
author | Viacheslav Bocharov <[email protected]> | 2024-06-04 17:04:51 +0300 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2024-06-06 11:09:02 +0200 |
commit | 2faaab64de0e89697e01f1a0c5d401ea74d52447 (patch) | |
tree | c9b75c38f0bc57258d48702bc5ec2cf4cc33515e | |
parent | d1d0f1f6ff6013211e3ee00237e4cc25ad0cd64b (diff) |
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: Viacheslav Bocharov <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r-- | drivers/soc/amlogic/meson-gx-socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c index 7e255acf5430..8809a948201a 100644 --- a/drivers/soc/amlogic/meson-gx-socinfo.c +++ b/drivers/soc/amlogic/meson-gx-socinfo.c @@ -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 }, |