Message ID | 20240719-soc_info-v3-0-020a3b687c0c@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | Add new Amlogic SoCs info defines. | expand |
Hi, On Fri, 19 Jul 2024 16:08:08 +0800, Xianwei Zhao wrote: > Add more Amlogic SoCs info defines, include S4, C3 > T7, A4, A5. > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.12/drivers) [1/6] dt-bindings: arm: amlogic: meson-gx-ao-secure: support more SoCs https://git.kernel.org/amlogic/c/dde3c64013035c9d6f0a5d0fd894a7a7e03c79ea [2/6] soc: amlogic: meson-gx-socinfo: add new SoCs id https://git.kernel.org/amlogic/c/009ff80bfaec1aa3fa48bbe5e2903c95931a6f37 These changes has been applied on the intermediate git tree [1]. The v6.12/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
Hi, On Fri, 19 Jul 2024 16:08:08 +0800, Xianwei Zhao wrote: > Add more Amlogic SoCs info defines, include S4, C3 > T7, A4, A5. > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.12/arm64-dt) [3/6] arm64: dts: amlogic: s4: add ao secure node https://git.kernel.org/amlogic/c/4b26afe7d216183bcb2b1aa2c0096cafdf7a9ea2 [4/6] arm64: dts: amlogic: c3: add ao secure node https://git.kernel.org/amlogic/c/84ed73ee34d152032633e540f159c482ede4c10b [5/6] arm64: dts: amlogic: t7: add ao secure node https://git.kernel.org/amlogic/c/4c23177c51884f5307e67875b1dc87d98543be7a [6/6] arm64: dts: amlogic: a4: add ao secure node https://git.kernel.org/amlogic/c/b2d7fd0ecb292e77a2d04cb6836c909cb6b6655b These changes has been applied on the intermediate git tree [1]. The v6.12/arm64-dt 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
Add more Amlogic SoCs info defines, include S4, C3 T7, A4, A5. Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> --- Changes in v3: - dt-binding: Delete full stop for subject and modify description. - Link to v2: https://lore.kernel.org/r/20240715-soc_info-v2-0-3836c8cc27a5@amlogic.com Changes in v2: - Add S4,C3,T7,A4 ao-secure bindings. - Modify ao_secure node using fallback to meson-gx. - Link to v1: https://lore.kernel.org/r/20240712-soc_info-v1-0-05ba95929d5a@amlogic.com --- Xianwei Zhao (6): dt-bindings: arm: amlogic: meson-gx-ao-secure: support more SoCs soc: amlogic: meson-gx-socinfo: add new SoCs id arm64: dts: amlogic: s4: add ao secure node arm64: dts: amlogic: c3: add ao secure node arm64: dts: amlogic: t7: add ao secure node arm64: dts: amlogic: a4: add ao secure node .../bindings/arm/amlogic/amlogic,meson-gx-ao-secure.yaml | 16 ++++++++++++---- arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi | 8 ++++++++ arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 7 +++++++ arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 8 ++++++++ arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 8 ++++++++ drivers/soc/amlogic/meson-gx-socinfo.c | 10 ++++++++++ 6 files changed, 53 insertions(+), 4 deletions(-) --- base-commit: db067bd17c0124228c31c5fdfa29ec65239e692a change-id: 20240711-soc_info-d01986b3de09 Best regards,