Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: amlogic: meson-gx-socinfo: Add S905Y2 ID for Radxa Zero

Add the SOC ID for the S905Y2 used in the Radxa Zero. Before/After:

[ 0.321650] soc soc0: Amlogic Meson G12A (Unknown) Revision 28:b (30:2) Detected
[ 0.318533] soc soc0: Amlogic Meson G12A (S905Y2) Revision 28:b (30:2) Detected

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20210820012718.10761-1-christianshewitt@gmail.com

authored by

Christian Hewitt and committed by
Neil Armstrong
ca8d1fda 6880fa6c

+1
+1
drivers/soc/amlogic/meson-gx-socinfo.c
··· 65 65 { "A113X", 0x25, 0x37, 0xff }, 66 66 { "A113D", 0x25, 0x22, 0xff }, 67 67 { "S905D2", 0x28, 0x10, 0xf0 }, 68 + { "S905Y2", 0x28, 0x30, 0xf0 }, 68 69 { "S905X2", 0x28, 0x40, 0xf0 }, 69 70 { "A311D", 0x29, 0x10, 0xf0 }, 70 71 { "S922X", 0x29, 0x40, 0xf0 },