Message ID | 20240830-c3_add_node-v4-0-b56c0511e9dc@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | add some node for amlogic c3 | expand |
Hi, On Fri, 30 Aug 2024 13:26:07 +0800, Xianwei Zhao wrote: > Add some node for board AW409 and support board C308l AW419. > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.12/arm64-dt) [1/3] dt-bindings: clock: fix C3 PLL input parameter https://git.kernel.org/amlogic/c/4ccba8cb2c5ca573d9bbf366e7d9d5e9761518c0 [2/3] arm64: dts: amlogic: add some device nodes for C3 https://git.kernel.org/amlogic/c/520b792e83171efc8ec0b004412b44dabc044de0 [3/3] arm64: dts: amlogic: add C3 AW419 board https://git.kernel.org/amlogic/c/d4bd8f3023b68f72431e05ec6cbc793519b449cf 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 some node for board AW409 and support board C308l AW419. Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> --- Changes in v4: - Adjust the format of commit message. - Link to v3: https://lore.kernel.org/r/20240823-c3_add_node-v3-0-3648376037f4@amlogic.com Changes in v3: - Change clkc_periphs node to the first. - Link to v2: https://lore.kernel.org/r/20240820-c3_add_node-v2-0-8fd3f06b7bce@amlogic.com Changes in v2: - Delete unused sdio node in board level dts. - Add the description of modifying the binding in commit msg. - Add the reason why some node property fileds place at board level in commit msg. - Link to v1: https://lore.kernel.org/r/20240806-c3_add_node-v1-0-c0de41341632@amlogic.com --- Xianwei Zhao (3): dt-bindings: clock: fix C3 PLL input parameter arm64: dts: amlogic: add some device nodes for C3 arm64: dts: amlogic: add C3 AW419 board .../bindings/clock/amlogic,c3-pll-clkc.yaml | 7 +- arch/arm64/boot/dts/amlogic/Makefile | 1 + .../boot/dts/amlogic/amlogic-c3-c302x-aw409.dts | 233 ++++++++++ .../boot/dts/amlogic/amlogic-c3-c308l-aw419.dts | 262 +++++++++++ arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 488 ++++++++++++++++++++- 5 files changed, 988 insertions(+), 3 deletions(-) --- base-commit: 7a5d2ce79d1fc8535a6f10e51011ae9671bd86e8 change-id: 20240806-c3_add_node-420a37918f18 Best regards,