diff options
| author | Christian Hewitt <[email protected]> | 2021-08-20 02:18:36 +0000 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2021-10-07 10:14:50 +0200 |
| commit | ea36f110f72bc7557ff8935799f35a48f5c928d0 (patch) | |
| tree | 13962dfd1da57ebe263d016b857ac77608fe959b | |
| parent | ea67f467a43e4c8852bd1ce1bb75f5dc6c3788d1 (diff) | |
ARM: meson: Add S905Y2 SOC ID
Add the SOC ID for the S905Y2 to board info, see below for before/after
tested with a Radxa Zero board:
SoC: Amlogic Meson G12A (Unknown) Revision 28:b (30:2)
SoC: Amlogic Meson G12A (S905Y2) Revision 28:b (30:2)
Signed-off-by: Christian Hewitt <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
| -rw-r--r-- | arch/arm/mach-meson/board-info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/board-info.c b/arch/arm/mach-meson/board-info.c index d16d3f194db..2421acd817e 100644 --- a/arch/arm/mach-meson/board-info.c +++ b/arch/arm/mach-meson/board-info.c @@ -64,6 +64,7 @@ static const struct meson_gx_package_id { { "A113X", 0x25, 0x37, 0xff }, { "A113D", 0x25, 0x22, 0xff }, { "S905D2", 0x28, 0x10, 0xf0 }, + { "S905Y2", 0x28, 0x30, 0xf0 }, { "S905X2", 0x28, 0x40, 0xf0 }, { "A311D", 0x29, 0x10, 0xf0 }, { "S922X", 0x29, 0x40, 0xf0 }, |
