* [PATCH] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4
@ 2026-01-13 1:25 Nick Xie
2026-01-13 7:55 ` neil.armstrong
2026-01-13 8:01 ` Neil Armstrong
0 siblings, 2 replies; 3+ messages in thread
From: Nick Xie @ 2026-01-13 1:25 UTC (permalink / raw)
To: neil.armstrong, khilman, jbrunet, martin.blumenstingl,
linux-arm-kernel, linux-amlogic, linux-kernel
Cc: nick
Add new definition for Amlogic S4 S905Y4.
Signed-off-by: Nick Xie <nick@khadas.com>
---
drivers/soc/amlogic/meson-gx-socinfo.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c
index 2a54ca43cd13e..dcb75baaff247 100644
--- a/drivers/soc/amlogic/meson-gx-socinfo.c
+++ b/drivers/soc/amlogic/meson-gx-socinfo.c
@@ -85,6 +85,7 @@ static const struct meson_gx_package_id {
{ "S905D3", 0x2b, 0x30, 0x3f },
{ "A113L", 0x2c, 0x0, 0xf8 },
{ "S805X2", 0x37, 0x2, 0xf },
+ { "S905Y4", 0x37, 0x3, 0xf },
{ "C308L", 0x3d, 0x1, 0xf },
{ "A311D2", 0x36, 0x1, 0xf },
{ "A113X2", 0x3c, 0x1, 0xf },
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4
2026-01-13 1:25 [PATCH] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4 Nick Xie
@ 2026-01-13 7:55 ` neil.armstrong
2026-01-13 8:01 ` Neil Armstrong
1 sibling, 0 replies; 3+ messages in thread
From: neil.armstrong @ 2026-01-13 7:55 UTC (permalink / raw)
To: Nick Xie, khilman, jbrunet, martin.blumenstingl, linux-arm-kernel,
linux-amlogic, linux-kernel
Cc: nick
On 1/13/26 02:25, Nick Xie wrote:
> Add new definition for Amlogic S4 S905Y4.
>
> Signed-off-by: Nick Xie <nick@khadas.com>
> ---
> drivers/soc/amlogic/meson-gx-socinfo.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c
> index 2a54ca43cd13e..dcb75baaff247 100644
> --- a/drivers/soc/amlogic/meson-gx-socinfo.c
> +++ b/drivers/soc/amlogic/meson-gx-socinfo.c
> @@ -85,6 +85,7 @@ static const struct meson_gx_package_id {
> { "S905D3", 0x2b, 0x30, 0x3f },
> { "A113L", 0x2c, 0x0, 0xf8 },
> { "S805X2", 0x37, 0x2, 0xf },
> + { "S905Y4", 0x37, 0x3, 0xf },
> { "C308L", 0x3d, 0x1, 0xf },
> { "A311D2", 0x36, 0x1, 0xf },
> { "A113X2", 0x3c, 0x1, 0xf },
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Thanks,
Neil
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4
2026-01-13 1:25 [PATCH] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4 Nick Xie
2026-01-13 7:55 ` neil.armstrong
@ 2026-01-13 8:01 ` Neil Armstrong
1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2026-01-13 8:01 UTC (permalink / raw)
To: khilman, jbrunet, martin.blumenstingl, linux-arm-kernel,
linux-amlogic, linux-kernel, Nick Xie
Cc: nick
Hi,
On Tue, 13 Jan 2026 09:25:27 +0800, Nick Xie wrote:
> Add new definition for Amlogic S4 S905Y4.
>
>
Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.20/drivers)
[1/1] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4
https://git.kernel.org/amlogic/c/31fce0d2b13e6a4a12c9ba016e961418f8c82e34
These changes has been applied on the intermediate git tree [1].
The v6.20/drivers branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.
In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].
The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.
If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
--
Neil
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-13 8:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 1:25 [PATCH] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4 Nick Xie
2026-01-13 7:55 ` neil.armstrong
2026-01-13 8:01 ` Neil Armstrong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox