mbox series

[v4,0/2] arm64: ti: k3-am62: Introduce DT nodes for basic peripherals

Message ID 20220427072954.8821-1-vigneshr@ti.com (mailing list archive)
Headers show
Series arm64: ti: k3-am62: Introduce DT nodes for basic peripherals | expand

Message

Vignesh Raghavendra April 27, 2022, 7:29 a.m. UTC
Add nodes for McSPI, OSPI, MMC, DMA and CPSW ethernet switch

v4:
Fix CPSW CPTS clock ID to right ref clk

v3:
Fix regulator node names as suggested by Krzysztof

v2:
Add aliases for ethernet
Collect Reviewed-by

v3: lore.kernel.org/r/20220424042757.309986-1-vigneshr@ti.com
v2: lore.kernel.org/r/20220422065002.387753-1-vigneshr@ti.com
v1: lore.kernel.org/r/20220415131917.431137-1-vigneshr@ti.com


Vignesh Raghavendra (2):
  arm64: dts: ti: k3-am62: Add more peripheral nodes
  arm64: dts: ti: k3-am625-sk: Enable on board peripherals

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 266 ++++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi  |  20 ++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts   | 273 +++++++++++++++++++++++
 3 files changed, 559 insertions(+)

Comments

Vignesh Raghavendra April 27, 2022, 3:19 p.m. UTC | #1
Hi Vignesh Raghavendra,
 
On Wed, 27 Apr 2022 12:59:52 +0530, Vignesh Raghavendra wrote:
> Add nodes for McSPI, OSPI, MMC, DMA and CPSW ethernet switch
> 
> v4:
> Fix CPSW CPTS clock ID to right ref clk
> 
> v3:
> Fix regulator node names as suggested by Krzysztof
> 
> [...]
 
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
 
[1/2] arm64: dts: ti: k3-am62: Add more peripheral nodes
      commit: c37c58fdeb8a9ddaff2ae512bf738ac7a5d3cd2e
[2/2] arm64: dts: ti: k3-am625-sk: Enable on board peripherals
      commit: d19a66ae488afe23398090b5dbe5483b26863e13
 
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.
 
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
 
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
 
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
 
[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh