diff mbox series

ARM: dts: keystone-k2g: Rename message-manager node

Message ID 20210414001926.20002-1-nm@ti.com
State Superseded
Headers show
Series ARM: dts: keystone-k2g: Rename message-manager node | expand

Commit Message

Nishanth Menon April 14, 2021, 12:19 a.m. UTC
Rename message-manager instance node name to be better aligned with
current style of device tree nodes for mailboxes.

Signed-off-by: Nishanth Menon <nm@ti.com>
---

Santosh:
- This is'nt critical to queue up for 5.13-rc1 window, but just getting
  it out of the way. I noticed it as I was converting the binding to
  yaml. (patch for yaml conversion for the node follows)

 arch/arm/boot/dts/keystone-k2g.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Suman Anna April 19, 2021, 2:50 p.m. UTC | #1
On 4/13/21 7:19 PM, Nishanth Menon wrote:
> Rename message-manager instance node name to be better aligned with

> current style of device tree nodes for mailboxes.

> 

> Signed-off-by: Nishanth Menon <nm@ti.com>


Acked-by: Suman Anna <s-anna@ti.com>


> ---

> 

> Santosh:

> - This is'nt critical to queue up for 5.13-rc1 window, but just getting

>   it out of the way. I noticed it as I was converting the binding to

>   yaml. (patch for yaml conversion for the node follows)

> 

>  arch/arm/boot/dts/keystone-k2g.dtsi | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi

> index 05a75019275e..e5c813b5556d 100644

> --- a/arch/arm/boot/dts/keystone-k2g.dtsi

> +++ b/arch/arm/boot/dts/keystone-k2g.dtsi

> @@ -242,7 +242,7 @@ dsp0: dsp@10800000 {

>  			status = "disabled";

>  		};

>  

> -		msgmgr: msgmgr@2a00000 {

> +		msgmgr: mailbox@2a00000 {

>  			compatible = "ti,k2g-message-manager";

>  			#mbox-cells = <2>;

>  			reg-names = "queue_proxy_region",

>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index 05a75019275e..e5c813b5556d 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -242,7 +242,7 @@  dsp0: dsp@10800000 {
 			status = "disabled";
 		};
 
-		msgmgr: msgmgr@2a00000 {
+		msgmgr: mailbox@2a00000 {
 			compatible = "ti,k2g-message-manager";
 			#mbox-cells = <2>;
 			reg-names = "queue_proxy_region",