Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: AM33xx/AM43xx: Rename wkup_m3 sub-mailbox node

The OMAP sub-mailbox used to communicate with the Wakeup M3 remote
processor is currently named wkup_m3. This name can be confused with
the remote processor node. So, rename this to mbox-wkup-m3 to remove
the ambiguity and to also adhere to the sub-mailbox node name convention
being added in the OMAP Mailbox YAML binding.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Suman Anna and committed by
Tony Lindgren
8e880dfe 94a69e06

+2 -2
+1 -1
arch/arm/boot/dts/am33xx-l4.dtsi
··· 1486 1486 #mbox-cells = <1>; 1487 1487 ti,mbox-num-users = <4>; 1488 1488 ti,mbox-num-fifos = <8>; 1489 - mbox_wkupm3: wkup_m3 { 1489 + mbox_wkupm3: mbox-wkup-m3 { 1490 1490 ti,mbox-send-noirq; 1491 1491 ti,mbox-tx = <0 0 0>; 1492 1492 ti,mbox-rx = <0 0 3>;
+1 -1
arch/arm/boot/dts/am437x-l4.dtsi
··· 1168 1168 #mbox-cells = <1>; 1169 1169 ti,mbox-num-users = <4>; 1170 1170 ti,mbox-num-fifos = <8>; 1171 - mbox_wkupm3: wkup_m3 { 1171 + mbox_wkupm3: mbox-wkup-m3 { 1172 1172 ti,mbox-send-noirq; 1173 1173 ti,mbox-tx = <0 0 0>; 1174 1174 ti,mbox-rx = <0 0 3>;