Message ID | 20231208-s4-dts-v2-0-5a93fa356c5d@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | Add some devices nodes for S4. | expand |
Hi, On Fri, 08 Dec 2023 15:16:25 +0800, Xianwei Zhao wrote: > Add some device nodes for SoC S4, including periphs clock controller > node, PLL clock controller node, I2C nodes, SPICC node, NAND > controller node, Ethernet MAC and PHY node. > > Add reserved memory for board AQ222 which is used by ATF. > Enable NAND, SPICC nodes for board AQ222. > > [...] Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.8/arm64-dt) [1/2] arm64: dts: amlogic: add some device nodes for S4 https://git.kernel.org/amlogic/c/528016cd2b52001564792c4a68483d44a6fbedad [2/2] arm64: dts: amlogic: enable some nodes for board AQ222 https://git.kernel.org/amlogic/c/66fdf773ccffcb5b6673f0a5b6693739e33b5181 These changes has been applied on the intermediate git tree [1]. The v6.8/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 device nodes for SoC S4, including periphs clock controller node, PLL clock controller node, I2C nodes, SPICC node, NAND controller node, Ethernet MAC and PHY node. Add reserved memory for board AQ222 which is used by ATF. Enable NAND, SPICC nodes for board AQ222. --- Changes in v2: - Separate and independent commit for dts file. - Revision format error. - Add comment for resered memory. - Link to v1: https://lore.kernel.org/all/20231129092949.2103338-1-xianwei.zhao@amlogic.com/ Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> --- Xianwei Zhao (2): arm64: dts: amlogic: add some device nodes for S4 arm64: dts: amlogic: enable some nodes for board AQ222 .../boot/dts/amlogic/meson-s4-s805x2-aq222.dts | 56 ++++ arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 350 ++++++++++++++++++++- 2 files changed, 405 insertions(+), 1 deletion(-) --- base-commit: 093098370b4693b0da8b7fdf5fd212cb46705928 change-id: 20231208-s4-dts-24debd656209 Best regards,