2021-05-10 14:46:39

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH 1/4 RESEND] ARM: dts: keystone: k2g: Rename message-manager node

Rename message-manager instance node name to be better aligned with
current style of device tree nodes for mailboxes.

Acked-by: Suman Anna <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
---
Original patch:
https://lore.kernel.org/linux-arm-kernel/[email protected]/
Change since original patch (subject line update keystone: k2g instead of
keystone-k2g)

Schema update:
https://lore.kernel.org/linux-arm-kernel/[email protected]/

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