mbox series

[0/2] arm64: dts: ti: Use simple-bus wherever possible

Message ID 20231005151302.1290363-1-vigneshr@ti.com (mailing list archive)
Headers show
Series arm64: dts: ti: Use simple-bus wherever possible | expand

Message

Vignesh Raghavendra Oct. 5, 2023, 3:13 p.m. UTC
This series coverts simple-mfd to simple-bus for segments housing Data
movement related IPs (DMASS on AM64/AM62 and AM62A), NAVSS on the rest)

Boot tested on all K3 SoCs. excerised DMA by using ethernet and OSPI for
sanity.

Vignesh Raghavendra (2):
  arm64: dts: ti: k3-*: Convert DMSS to simple-bus
  arm64: dts: ti: k3-*: Convert NAVSS to simple-bus

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi         | 2 +-
 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi        | 2 +-
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi         | 2 +-
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi         | 2 +-
 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi          | 2 +-
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi        | 2 +-
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi  | 2 +-
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi        | 2 +-
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi  | 2 +-
 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi       | 2 +-
 arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

Comments

Vignesh Raghavendra Oct. 18, 2023, 2:58 p.m. UTC | #1
Hi Vignesh Raghavendra,

On Thu, 05 Oct 2023 20:43:00 +0530, Vignesh Raghavendra wrote:
> This series coverts simple-mfd to simple-bus for segments housing Data
> movement related IPs (DMASS on AM64/AM62 and AM62A), NAVSS on the rest)
> 
> Boot tested on all K3 SoCs. excerised DMA by using ethernet and OSPI for
> sanity.
> 
> Vignesh Raghavendra (2):
>   arm64: dts: ti: k3-*: Convert DMSS to simple-bus
>   arm64: dts: ti: k3-*: Convert NAVSS to simple-bus
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/2] arm64: dts: ti: k3-*: Convert DMSS to simple-bus
      commit: 6ff2e5bb81895247f0414ff6b129c8e025b99a17
[2/2] arm64: dts: ti: k3-*: Convert NAVSS to simple-bus
      commit: 6507bfa7e0cde01c5feecdbc163b392021d15cbb

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