aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap5-l4.dtsi
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2021-05-18 12:36:45 -0500
committerTony Lindgren <tony@atomide.com>2021-05-27 15:12:33 +0300
commit9e7f5ee1137397def6580461e27e5efcb68183ee (patch)
treeb132bbafb62c617836f3df2492f0f2ba3fc260ab /arch/arm/boot/dts/omap5-l4.dtsi
parentARM: dts: AM33xx/AM43xx: Rename wkup_m3 sub-mailbox node (diff)
downloadlinux-dev-9e7f5ee1137397def6580461e27e5efcb68183ee.tar.xz
linux-dev-9e7f5ee1137397def6580461e27e5efcb68183ee.zip
ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names
A number of sub-mailbox node names in various OMAP2+ dts files are currently using underscores. This is not adhering to the node name convention, fix all of these to use hiphens. These nodes are already using the prefix mbox, so they will be in compliance with the sub-mailbox node name convention being added in the OMAP Mailbox YAML binding as well. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-l4.dtsi')
-rw-r--r--arch/arm/boot/dts/omap5-l4.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap5-l4.dtsi b/arch/arm/boot/dts/omap5-l4.dtsi
index b148b289e830..06cc3a19ddaa 100644
--- a/arch/arm/boot/dts/omap5-l4.dtsi
+++ b/arch/arm/boot/dts/omap5-l4.dtsi
@@ -616,11 +616,11 @@
#mbox-cells = <1>;
ti,mbox-num-users = <3>;
ti,mbox-num-fifos = <8>;
- mbox_ipu: mbox_ipu {
+ mbox_ipu: mbox-ipu {
ti,mbox-tx = <0 0 0>;
ti,mbox-rx = <1 0 0>;
};
- mbox_dsp: mbox_dsp {
+ mbox_dsp: mbox-dsp {
ti,mbox-tx = <3 0 0>;
ti,mbox-rx = <2 0 0>;
};