All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix TI K3 cbass interconnect node names
@ 2020-07-23 21:11 ` Suman Anna
  0 siblings, 0 replies; 12+ messages in thread
From: Suman Anna @ 2020-07-23 21:11 UTC (permalink / raw)
  To: Tero Kristo, Nishanth Menon
  Cc: Lokesh Vutla, Grygorii Strashko, devicetree, linux-arm-kernel,
	Suman Anna

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(-)

-- 
2.26.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 0/2] Fix TI K3 cbass interconnect node names
@ 2020-07-23 21:11 ` Suman Anna
  0 siblings, 0 replies; 12+ messages in thread
From: Suman Anna @ 2020-07-23 21:11 UTC (permalink / raw)
  To: Tero Kristo, Nishanth Menon
  Cc: Lokesh Vutla, devicetree, Grygorii Strashko, linux-arm-kernel

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(-)

-- 
2.26.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 1/2] arm64: dts: ti: k3-am65: Fix interconnect node names
  2020-07-23 21:11 ` Suman Anna
@ 2020-07-23 21:11   ` Suman Anna
  -1 siblings, 0 replies; 12+ messages in thread
From: Suman Anna @ 2020-07-23 21:11 UTC (permalink / raw)
  To: Tero Kristo, Nishanth Menon
  Cc: Lokesh Vutla, Grygorii Strashko, devicetree, linux-arm-kernel,
	Suman Anna

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/arm64/boot/dts/ti/k3-am65.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am65.dtsi b/arch/arm64/boot/dts/ti/k3-am65.dtsi
index 5be75e430965..94ab5bd744cf 100644
--- a/arch/arm64/boot/dts/ti/k3-am65.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65.dtsi
@@ -61,7 +61,7 @@ pmu: pmu {
 		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>;
@@ -88,7 +88,7 @@ cbass_main: interconnect@100000 {
 			 <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>;
@@ -106,7 +106,7 @@ cbass_mcu: interconnect@28380000 {
 				 <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>;
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 1/2] arm64: dts: ti: k3-am65: Fix interconnect node names
@ 2020-07-23 21:11   ` Suman Anna
  0 siblings, 0 replies; 12+ messages in thread
From: Suman Anna @ 2020-07-23 21:11 UTC (permalink / raw)
  To: Tero Kristo, Nishanth Menon
  Cc: Lokesh Vutla, devicetree, Grygorii Strashko, linux-arm-kernel

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/arm64/boot/dts/ti/k3-am65.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am65.dtsi b/arch/arm64/boot/dts/ti/k3-am65.dtsi
index 5be75e430965..94ab5bd744cf 100644
--- a/arch/arm64/boot/dts/ti/k3-am65.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65.dtsi
@@ -61,7 +61,7 @@ pmu: pmu {
 		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>;
@@ -88,7 +88,7 @@ cbass_main: interconnect@100000 {
 			 <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>;
@@ -106,7 +106,7 @@ cbass_mcu: interconnect@28380000 {
 				 <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>;
-- 
2.26.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/2] arm64: dts: ti: k3-j721e: Fix interconnect node names
  2020-07-23 21:11 ` Suman Anna
@ 2020-07-23 21:11   ` Suman Anna
  -1 siblings, 0 replies; 12+ messages in thread
From: Suman Anna @ 2020-07-23 21:11 UTC (permalink / raw)
  To: Tero Kristo, Nishanth Menon
  Cc: Lokesh Vutla, Grygorii Strashko, devicetree, linux-arm-kernel,
	Suman Anna

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/arm64/boot/dts/ti/k3-j721e.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j721e.dtsi b/arch/arm64/boot/dts/ti/k3-j721e.dtsi
index 2f9a56d9b114..3565885142e7 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e.dtsi
@@ -120,7 +120,7 @@ pmu: pmu {
 		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>;
@@ -155,7 +155,7 @@ cbass_main: interconnect@100000 {
 			 <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>;
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/2] arm64: dts: ti: k3-j721e: Fix interconnect node names
@ 2020-07-23 21:11   ` Suman Anna
  0 siblings, 0 replies; 12+ messages in thread
From: Suman Anna @ 2020-07-23 21:11 UTC (permalink / raw)
  To: Tero Kristo, Nishanth Menon
  Cc: Lokesh Vutla, devicetree, Grygorii Strashko, linux-arm-kernel

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/arm64/boot/dts/ti/k3-j721e.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j721e.dtsi b/arch/arm64/boot/dts/ti/k3-j721e.dtsi
index 2f9a56d9b114..3565885142e7 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e.dtsi
@@ -120,7 +120,7 @@ pmu: pmu {
 		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>;
@@ -155,7 +155,7 @@ cbass_main: interconnect@100000 {
 			 <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>;
-- 
2.26.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/2] arm64: dts: ti: k3-am65: Fix interconnect node names
  2020-07-23 21:11   ` Suman Anna
@ 2020-07-24  3:33     ` Lokesh Vutla
  -1 siblings, 0 replies; 12+ messages in thread
From: Lokesh Vutla @ 2020-07-24  3:33 UTC (permalink / raw)
  To: Suman Anna, Tero Kristo, Nishanth Menon
  Cc: Grygorii Strashko, devicetree, linux-arm-kernel



On 24/07/20 2:41 am, Suman Anna wrote:
> 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>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/2] arm64: dts: ti: k3-am65: Fix interconnect node names
@ 2020-07-24  3:33     ` Lokesh Vutla
  0 siblings, 0 replies; 12+ messages in thread
From: Lokesh Vutla @ 2020-07-24  3:33 UTC (permalink / raw)
  To: Suman Anna, Tero Kristo, Nishanth Menon
  Cc: devicetree, Grygorii Strashko, linux-arm-kernel



On 24/07/20 2:41 am, Suman Anna wrote:
> 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>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 2/2] arm64: dts: ti: k3-j721e: Fix interconnect node names
  2020-07-23 21:11   ` Suman Anna
@ 2020-07-24  3:33     ` Lokesh Vutla
  -1 siblings, 0 replies; 12+ messages in thread
From: Lokesh Vutla @ 2020-07-24  3:33 UTC (permalink / raw)
  To: Suman Anna, Tero Kristo, Nishanth Menon
  Cc: Grygorii Strashko, devicetree, linux-arm-kernel



On 24/07/20 2:41 am, Suman Anna wrote:
> 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>


Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 2/2] arm64: dts: ti: k3-j721e: Fix interconnect node names
@ 2020-07-24  3:33     ` Lokesh Vutla
  0 siblings, 0 replies; 12+ messages in thread
From: Lokesh Vutla @ 2020-07-24  3:33 UTC (permalink / raw)
  To: Suman Anna, Tero Kristo, Nishanth Menon
  Cc: devicetree, Grygorii Strashko, linux-arm-kernel



On 24/07/20 2:41 am, Suman Anna wrote:
> 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>


Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 0/2] Fix TI K3 cbass interconnect node names
  2020-07-23 21:11 ` Suman Anna
@ 2020-08-26 23:46   ` Nishanth Menon
  -1 siblings, 0 replies; 12+ messages in thread
From: Nishanth Menon @ 2020-08-26 23:46 UTC (permalink / raw)
  To: Suman Anna
  Cc: Tero Kristo, Lokesh Vutla, Grygorii Strashko, devicetree,
	linux-arm-kernel

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.

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 0/2] Fix TI K3 cbass interconnect node names
@ 2020-08-26 23:46   ` Nishanth Menon
  0 siblings, 0 replies; 12+ messages in thread
From: Nishanth Menon @ 2020-08-26 23:46 UTC (permalink / raw)
  To: Suman Anna
  Cc: Tero Kristo, Lokesh Vutla, Grygorii Strashko, linux-arm-kernel,
	devicetree

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.

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-08-26 23:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 21:11 [PATCH 0/2] Fix TI K3 cbass interconnect node names Suman Anna
2020-07-23 21:11 ` Suman Anna
2020-07-23 21:11 ` [PATCH 1/2] arm64: dts: ti: k3-am65: Fix " Suman Anna
2020-07-23 21:11   ` Suman Anna
2020-07-24  3:33   ` Lokesh Vutla
2020-07-24  3:33     ` Lokesh Vutla
2020-07-23 21:11 ` [PATCH 2/2] arm64: dts: ti: k3-j721e: " Suman Anna
2020-07-23 21:11   ` Suman Anna
2020-07-24  3:33   ` Lokesh Vutla
2020-07-24  3:33     ` Lokesh Vutla
2020-08-26 23:46 ` [PATCH 0/2] Fix TI K3 cbass " Nishanth Menon
2020-08-26 23:46   ` Nishanth Menon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.