Message ID | 20240221143654.544444-4-adeep@lexina.in (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | soc: amlogic: add new meson-gx-socinfo-sm driver | expand |
diff --git a/drivers/soc/amlogic/meson-gx-socinfo-internal.h b/drivers/soc/amlogic/meson-gx-socinfo-internal.h index 3ebb80972fc7..2028101bb9b2 100644 --- a/drivers/soc/amlogic/meson-gx-socinfo-internal.h +++ b/drivers/soc/amlogic/meson-gx-socinfo-internal.h @@ -78,6 +78,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 }, { "S905D2", 0x28, 0x10, 0xf0 }, { "S905Y2", 0x28, 0x30, 0xf0 },
Add new definition for Amlogix A113X soc found in JetHub D1/D1+ devices. Signed-off-by: Viacheslav Bocharov <adeep@lexina.in> --- drivers/soc/amlogic/meson-gx-socinfo-internal.h | 1 + 1 file changed, 1 insertion(+)