Message ID | 20240604140612.1179323-1-adeep@lexina.in (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | soc: amlogic: meson-gx-socinfo: add new A113X SoC id | expand |
On 04/06/2024 16:04, Viacheslav Bocharov wrote: > Add new definition for Amlogix A113X SoC found in JetHub D1/D1+ devices: > > soc soc0: Amlogic Meson AXG (A113X) Revision 25:b (43:2) Detected > > Signed-off-by: Viacheslav Bocharov <adeep@lexina.in> > > --- > This commit is applied on top of Christian Hewitt's commit with S905L SoC id. > > --- > 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 7e255acf5430..8809a948201a 100644 > --- a/drivers/soc/amlogic/meson-gx-socinfo.c > +++ b/drivers/soc/amlogic/meson-gx-socinfo.c > @@ -63,6 +63,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 }, > { "S905L", 0x26, 0, 0x0 }, > { "S905D2", 0x28, 0x10, 0xf0 }, Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Hi, On Tue, 04 Jun 2024 17:04:51 +0300, Viacheslav Bocharov wrote: > Add new definition for Amlogix A113X SoC found in JetHub D1/D1+ devices: > > soc soc0: Amlogic Meson AXG (A113X) Revision 25:b (43:2) Detected > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.11/drivers) [1/1] soc: amlogic: meson-gx-socinfo: add new A113X SoC id https://git.kernel.org/amlogic/c/2faaab64de0e89697e01f1a0c5d401ea74d52447 These changes has been applied on the intermediate git tree [1]. The v6.11/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
diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c index 7e255acf5430..8809a948201a 100644 --- a/drivers/soc/amlogic/meson-gx-socinfo.c +++ b/drivers/soc/amlogic/meson-gx-socinfo.c @@ -63,6 +63,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 }, { "S905L", 0x26, 0, 0x0 }, { "S905D2", 0x28, 0x10, 0xf0 },
Add new definition for Amlogix A113X SoC found in JetHub D1/D1+ devices: soc soc0: Amlogic Meson AXG (A113X) Revision 25:b (43:2) Detected Signed-off-by: Viacheslav Bocharov <adeep@lexina.in> --- This commit is applied on top of Christian Hewitt's commit with S905L SoC id. --- drivers/soc/amlogic/meson-gx-socinfo.c | 1 + 1 file changed, 1 insertion(+)