mbox series

[0/2] Fix TI K3 cbass interconnect node names

Message ID 20200723211137.26641-1-s-anna@ti.com (mailing list archive)
Headers show
Series Fix TI K3 cbass interconnect node names | expand

Message

Suman Anna July 23, 2020, 9:11 p.m. UTC
Hi Tero, Nishanth,

Following are couple of minor fixes that fix the node names
for the interconnect bus nodes on K3 AM65x and J721E SoCs. These
fix the following warnings seen with dtbs_check on the K3 dtbs.

'interconnect@100000' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
'interconnect@28380000' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'

Lokesh has already used the correct name in his initial
submission for J7200 SoCs.

regards
Suman

Suman Anna (2):
  arm64: dts: ti: k3-am65: Fix interconnect node names
  arm64: dts: ti: k3-j721e: Fix interconnect node names

 arch/arm64/boot/dts/ti/k3-am65.dtsi  | 6 +++---
 arch/arm64/boot/dts/ti/k3-j721e.dtsi | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Nishanth Menon Aug. 26, 2020, 11:46 p.m. UTC | #1
On 16:11-20200723, Suman Anna wrote:
> Hi Tero, Nishanth,
> 
> Following are couple of minor fixes that fix the node names
> for the interconnect bus nodes on K3 AM65x and J721E SoCs. These
> fix the following warnings seen with dtbs_check on the K3 dtbs.
> 
> 'interconnect@100000' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
> 'interconnect@28380000' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
> 
> Lokesh has already used the correct name in his initial
> submission for J7200 SoCs.

Thank you. I have staged in the staging branch, once rc3 is available, I
will apply it there and you should be able to see this in -next tree.