mbox series

[v2,0/2] Add ICSSG nodes on AM65x & J721E SoCs

Message ID 20210304160712.8452-1-s-anna@ti.com (mailing list archive)
Headers show
Series Add ICSSG nodes on AM65x & J721E SoCs | expand

Message

Suman Anna March 4, 2021, 4:07 p.m. UTC
Hi Nishanth,

The following series is a resend of the ICSSG DT nodes [1] for the 5.13
merge window. Patches are just rebased on top of 5.12-rc1 + your latest
ti-k3-dts-next branch HEAD commit 0d7571c36331 ("arm64: dts: ti: k3-am65-main:
Add device_type to pcie*_rc nodes"). There are no code changes w.r.t v1, I
have picked up Vignesh's Reviewed-by tags. 

Note that the interrupt nodes continue to generate a warning about missing
'#address-cells' when compiled using W=2, and this was concluded to be not
an issue [2]. The nodename for PRUSS INTC is now enforced as per the
discussion in [2] and added in commit 5ab931402a17 ("dt-bindings: irqchip:
Add node name to PRUSS INTC") in v5.12-rc1.

Boot logs:
AM65x: https://pastebin.ubuntu.com/p/dVgBWB3xCv/
J721E: https://pastebin.ubuntu.com/p/YpmRPyCkRn/

Please see the v1 cover-letter [1] for all the original details.

regards
Suman

[1] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20210114194805.8231-1-s-anna@ti.com/
[2] https://patchwork.kernel.org/comment/23926133/

Suman Anna (2):
  arm64: dts: ti: k3-am65-main: Add ICSSG nodes
  arm64: dts: ti: k3-j721e-main: Add ICSSG nodes

 arch/arm64/boot/dts/ti/k3-am65-main.dtsi  | 393 ++++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 262 +++++++++++++++
 2 files changed, 655 insertions(+)

Comments

Nishanth Menon March 9, 2021, 5:07 p.m. UTC | #1
On 10:07-20210304, Suman Anna wrote:
> Hi Nishanth,
> 
> The following series is a resend of the ICSSG DT nodes [1] for the 5.13
> merge window. Patches are just rebased on top of 5.12-rc1 + your latest
> ti-k3-dts-next branch HEAD commit 0d7571c36331 ("arm64: dts: ti: k3-am65-main:
> Add device_type to pcie*_rc nodes"). There are no code changes w.r.t v1, I
> have picked up Vignesh's Reviewed-by tags. 
> 
> Note that the interrupt nodes continue to generate a warning about missing
> '#address-cells' when compiled using W=2, and this was concluded to be not
> an issue [2]. The nodename for PRUSS INTC is now enforced as per the
> discussion in [2] and added in commit 5ab931402a17 ("dt-bindings: irqchip:
> Add node name to PRUSS INTC") in v5.12-rc1.
> 
> Boot logs:
> AM65x: https://pastebin.ubuntu.com/p/dVgBWB3xCv/
> J721E: https://pastebin.ubuntu.com/p/YpmRPyCkRn/
> 
> Please see the v1 cover-letter [1] for all the original details.
> 
> regards
> Suman
> 
> [1] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20210114194805.8231-1-s-anna@ti.com/
> [2] https://patchwork.kernel.org/comment/23926133/
> 
> Suman Anna (2):
>   arm64: dts: ti: k3-am65-main: Add ICSSG nodes
>   arm64: dts: ti: k3-j721e-main: Add ICSSG nodes

Thanks, applied to ti-k3-dts-next.


PS: my -next branches are being rebased to 5.12-rc2 to keep a future bisect
clean.