mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user