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 S905L ID

Add the S905L SoC ID observed in several P271 boards:

kernel: soc soc0: Amlogic Meson GXLX (S905L) Revision 26:a (c1:2) Detected

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240604050752.3312468-1-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

authored by

Christian Hewitt and committed by
Neil Armstrong
d1d0f1f6 1613e604

+1
+1
drivers/soc/amlogic/meson-gx-socinfo.c
··· 64 64 { "962E", 0x24, 0x20, 0xf0 }, 65 65 { "A113X", 0x25, 0x37, 0xff }, 66 66 { "A113D", 0x25, 0x22, 0xff }, 67 + { "S905L", 0x26, 0, 0x0 }, 67 68 { "S905D2", 0x28, 0x10, 0xf0 }, 68 69 { "S905Y2", 0x28, 0x30, 0xf0 }, 69 70 { "S905X2", 0x28, 0x40, 0xf0 },