提交 94a69e06 编写于 作者: S Suman Anna 提交者: Tony Lindgren

ARM: dts: OMAP2/OMAP3: Rename processor sub-mailbox nodes

The OMAP sub-mailbox used to communicate with the DSP and IVA remote
processors are currently named after the processor name. These can be
confused with the remote processors themselves. Rename them to remove
the ambiguity and use the prefix mbox to also adhere to the sub-mailbox
node name convention being added in the OMAP Mailbox YAML binding.
Signed-off-by: NSuman Anna <s-anna@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 71f729ef
...@@ -196,11 +196,11 @@ ...@@ -196,11 +196,11 @@
#mbox-cells = <1>; #mbox-cells = <1>;
ti,mbox-num-users = <4>; ti,mbox-num-users = <4>;
ti,mbox-num-fifos = <6>; ti,mbox-num-fifos = <6>;
mbox_dsp: dsp { mbox_dsp: mbox-dsp {
ti,mbox-tx = <0 0 0>; ti,mbox-tx = <0 0 0>;
ti,mbox-rx = <1 0 0>; ti,mbox-rx = <1 0 0>;
}; };
mbox_iva: iva { mbox_iva: mbox-iva {
ti,mbox-tx = <2 1 3>; ti,mbox-tx = <2 1 3>;
ti,mbox-rx = <3 1 3>; ti,mbox-rx = <3 1 3>;
}; };
......
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
#mbox-cells = <1>; #mbox-cells = <1>;
ti,mbox-num-users = <4>; ti,mbox-num-users = <4>;
ti,mbox-num-fifos = <6>; ti,mbox-num-fifos = <6>;
mbox_dsp: dsp { mbox_dsp: mbox-dsp {
ti,mbox-tx = <0 0 0>; ti,mbox-tx = <0 0 0>;
ti,mbox-rx = <1 0 0>; ti,mbox-rx = <1 0 0>;
}; };
......
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
#mbox-cells = <1>; #mbox-cells = <1>;
ti,mbox-num-users = <2>; ti,mbox-num-users = <2>;
ti,mbox-num-fifos = <2>; ti,mbox-num-fifos = <2>;
mbox_dsp: dsp { mbox_dsp: mbox-dsp {
ti,mbox-tx = <0 0 0>; ti,mbox-tx = <0 0 0>;
ti,mbox-rx = <1 0 0>; ti,mbox-rx = <1 0 0>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册