[PATCH 0/2] Update TI K3 cbass interconnect node names

Hi Lokesh,
The following 2 patches are minor cleanups that fix the various CBASS interconnect node names from "interconnect" to "bus" on K3 AM65x and J721E SoCs. "bus" is the correct dt-schema acceptible node name.
regards Suman
Suman Anna (2): arm: dts: k3-am65: Fix interconnect node names arm: dts: k3-j721e: Fix interconnect node names
arch/arm/dts/k3-am65.dtsi | 6 +++--- arch/arm/dts/k3-j721e.dtsi | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)

The various CBASS interconnect nodes on K3 AM65x SoCs are defined using the node name "interconnect". This is not a valid node name as per the dt-schema. Fix these node names to use the standard name used for SoC interconnects, "bus".
Signed-off-by: Suman Anna s-anna@ti.com --- arch/arm/dts/k3-am65.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/dts/k3-am65.dtsi b/arch/arm/dts/k3-am65.dtsi index 3d89bf32a9d1..4d6d196b2aa3 100644 --- a/arch/arm/dts/k3-am65.dtsi +++ b/arch/arm/dts/k3-am65.dtsi @@ -62,7 +62,7 @@ interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>; };
- cbass_main: interconnect@100000 { + cbass_main: bus@100000 { compatible = "simple-bus"; #address-cells = <2>; #size-cells = <2>; @@ -87,7 +87,7 @@ <0x05 0x00000000 0x05 0x00000000 0x01 0x0000000>, <0x07 0x00000000 0x07 0x00000000 0x01 0x0000000>;
- cbass_mcu: interconnect@28380000 { + cbass_mcu: bus@28380000 { compatible = "simple-bus"; #address-cells = <2>; #size-cells = <2>; @@ -104,7 +104,7 @@ <0x05 0x00000000 0x05 0x00000000 0x01 0x0000000>, /* FSS OSPI0 data region 3*/ <0x07 0x00000000 0x07 0x00000000 0x01 0x0000000>; /* FSS OSPI1 data region 3*/
- cbass_wakeup: interconnect@42040000 { + cbass_wakeup: bus@42040000 { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>;

The various CBASS interconnect nodes on K3 J721E SoCs are defined using the node name "interconnect". This is not a valid node name as per the dt-schema. Fix these node names to use the standard name used for SoC interconnects, "bus".
Signed-off-by: Suman Anna s-anna@ti.com --- arch/arm/dts/k3-j721e.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/k3-j721e.dtsi b/arch/arm/dts/k3-j721e.dtsi index 6bd5aabe2374..b2670752dcd4 100644 --- a/arch/arm/dts/k3-j721e.dtsi +++ b/arch/arm/dts/k3-j721e.dtsi @@ -131,7 +131,7 @@ interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>; };
- cbass_main: interconnect@100000 { + cbass_main: bus@100000 { compatible = "simple-bus"; #address-cells = <2>; #size-cells = <2>; @@ -164,7 +164,7 @@ <0x05 0x00000000 0x05 0x00000000 0x01 0x00000000>, <0x07 0x00000000 0x07 0x00000000 0x01 0x00000000>;
- cbass_mcu_wakeup: interconnect@28380000 { + cbass_mcu_wakeup: bus@28380000 { compatible = "simple-bus"; #address-cells = <2>; #size-cells = <2>;

On 25/07/20 4:21 am, Suman Anna wrote:
Hi Lokesh,
The following 2 patches are minor cleanups that fix the various CBASS interconnect node names from "interconnect" to "bus" on K3 AM65x and J721E SoCs. "bus" is the correct dt-schema acceptible node name.
Applied to u-boot-ti
Thanks and regards, Lokesh
participants (2)
-
Lokesh Vutla
-
Suman Anna