mbox series

[v2,0/3] arm64: dts: ti: k3: Add additioal regs for DMA components

Message ID 20231213135138.929517-1-vigneshr@ti.com (mailing list archive)
Headers show
Series arm64: dts: ti: k3: Add additioal regs for DMA components | expand

Message

Vignesh Raghavendra Dec. 13, 2023, 1:51 p.m. UTC
This adds additional reg ranges which are not directly used by Linux but
by other components like U-Boot

Binding is accepted via dmaengine tree and is in linux-next[0]

[0] https://lore.kernel.org/dmaengine/170083278148.771517.1841889156174413563.b4-ty@kernel.org/

v2:
Extend register ranges to match TRM as pointed out by Jai

v1: https://lore.kernel.org/linux-arm-kernel/20231212111634.3515175-1-vigneshr@ti.com/

Manorit Chawdhry (2):
  arm64: dts: ti: k3-am65: Add additional regs for DMA components
  arm64: dts: ti: k3-j7*: Add additional regs for DMA components

Vignesh Raghavendra (1):
  arm64: dts: ti: k3-am6*: Add additional regs for DMA components

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi       | 18 ++++++++++++++----
 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi      | 18 ++++++++++++++----
 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi      | 18 ++++++++++++++----
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi       | 18 ++++++++++++++----
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi       |  8 ++++++--
 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi        |  8 ++++++--
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi      |  8 ++++++--
 .../arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi |  8 ++++++--
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi      |  8 ++++++--
 .../arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi |  8 ++++++--
 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi     |  8 ++++++--
 .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi      |  8 ++++++--
 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi     |  8 ++++++--
 .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi      |  8 ++++++--
 14 files changed, 116 insertions(+), 36 deletions(-)

Comments

Jai Luthra Dec. 13, 2023, 3:24 p.m. UTC | #1
Hi Vignesh,

On Dec 13, 2023 at 19:21:35 +0530, Raghavendra, Vignesh wrote:
> This adds additional reg ranges which are not directly used by Linux but
> by other components like U-Boot
> 
> Binding is accepted via dmaengine tree and is in linux-next[0]
> 
> [0] https://lore.kernel.org/dmaengine/170083278148.771517.1841889156174413563.b4-ty@kernel.org/
> 
> v2:
> Extend register ranges to match TRM as pointed out by Jai

For the series,

Reviewed-by: Jai Luthra <j-luthra@ti.com>

> 
> v1: https://lore.kernel.org/linux-arm-kernel/20231212111634.3515175-1-vigneshr@ti.com/
> 
> Manorit Chawdhry (2):
>   arm64: dts: ti: k3-am65: Add additional regs for DMA components
>   arm64: dts: ti: k3-j7*: Add additional regs for DMA components
> 
> Vignesh Raghavendra (1):
>   arm64: dts: ti: k3-am6*: Add additional regs for DMA components
> 
>  arch/arm64/boot/dts/ti/k3-am62-main.dtsi       | 18 ++++++++++++++----
>  arch/arm64/boot/dts/ti/k3-am62a-main.dtsi      | 18 ++++++++++++++----
>  arch/arm64/boot/dts/ti/k3-am62p-main.dtsi      | 18 ++++++++++++++----
>  arch/arm64/boot/dts/ti/k3-am64-main.dtsi       | 18 ++++++++++++++----
>  arch/arm64/boot/dts/ti/k3-am65-main.dtsi       |  8 ++++++--
>  arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi        |  8 ++++++--
>  arch/arm64/boot/dts/ti/k3-j7200-main.dtsi      |  8 ++++++--
>  .../arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi |  8 ++++++--
>  arch/arm64/boot/dts/ti/k3-j721e-main.dtsi      |  8 ++++++--
>  .../arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi |  8 ++++++--
>  arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi     |  8 ++++++--
>  .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi      |  8 ++++++--
>  arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi     |  8 ++++++--
>  .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi      |  8 ++++++--
>  14 files changed, 116 insertions(+), 36 deletions(-)
> 
> -- 
> 2.43.0
>
Nishanth Menon Dec. 15, 2023, 5:20 p.m. UTC | #2
Hi Vignesh Raghavendra,

On Wed, 13 Dec 2023 19:21:35 +0530, Vignesh Raghavendra wrote:
> This adds additional reg ranges which are not directly used by Linux but
> by other components like U-Boot
> 
> Binding is accepted via dmaengine tree and is in linux-next[0]
> 
> [0] https://lore.kernel.org/dmaengine/170083278148.771517.1841889156174413563.b4-ty@kernel.org/
> 
> [...]

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

[1/3] arm64: dts: ti: k3-am65: Add additional regs for DMA components
      commit: 0fa8d3a5eb8e737726a3c7376222ee40fae1988d
[2/3] arm64: dts: ti: k3-j7*: Add additional regs for DMA components
      commit: 1b62a3cfddbb5664bc4360b3cb0d76b9b99abdc5
[3/3] arm64: dts: ti: k3-am6*: Add additional regs for DMA components
      commit: 7643f7ebcbc723e682d22c207ac35b41d7248650

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