mailbox: s1a mailbox pxp bringup [1/1]

PD#SWPL-120782

Problem:
s1a mailbox pxp bringup

Solution:
configure s1a dtsi to bring up s1a mailbox

Verify:
PXP

Change-Id: I022e451c0758728e4cbeeaa8e55a9fab24eabd62
Signed-off-by: Yao Jie <jie.yao@amlogic.com>
This commit is contained in:
Yao Jie
2023-04-24 15:36:24 +08:00
committed by yao zhang1
parent 43b35e9123
commit a5531b4969
+7 -4
View File
@@ -359,10 +359,13 @@
mbox_user: mbox-user@0 {
status = "okay";
compatible = "amlogic, meson-mbox-user";
mbox-nums = <1>;
mbox-names = "nee2scpu";
mboxes = <&mbox_mhu_sec 0>;
mbox-dests = <MAILBOX_SECPU>;
mbox-nums = <2>;
mbox-names = "nee2scpu",
"ree2aocpu";
mboxes = <&mbox_mhu_sec 0>,
<&mailbox_mhu_fifo 1>;
mbox-dests = <MAILBOX_SECPU>,
<MAILBOX_AOCPU>;
};
vddcpu0: pwm_j-regulator {