linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: keystone-k2g: Rename message-manager node
@ 2021-04-14  0:19 Nishanth Menon
  2021-04-19 14:50 ` Suman Anna
  0 siblings, 1 reply; 2+ messages in thread
From: Nishanth Menon @ 2021-04-14  0:19 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: Rob Herring, s-anna, linux-kernel, devicetree, linux-arm-kernel,
	Nishanth Menon

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

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",
-- 
2.31.0


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

end of thread, other threads:[~2021-04-19 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14  0:19 [PATCH] ARM: dts: keystone-k2g: Rename message-manager node Nishanth Menon
2021-04-19 14:50 ` Suman Anna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).