We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c20dd commit dea27cdCopy full SHA for dea27cd
Documentation/devicetree/bindings/mailbox/mtk,adsp-mbox.yaml
@@ -11,14 +11,15 @@ maintainers:
11
12
description: |
13
The MTK ADSP mailbox Inter-Processor Communication (IPC) enables the SoC
14
- to ommunicate with ADSP by passing messages through two mailbox channels.
+ to communicate with ADSP by passing messages through two mailbox channels.
15
The MTK ADSP mailbox IPC also provides the ability for one processor to
16
signal the other processor using interrupts.
17
18
properties:
19
compatible:
20
- items:
21
- - const: mediatek,mt8195-adsp-mbox
+ enum:
+ - mediatek,mt8195-adsp-mbox
22
+ - mediatek,mt8186-adsp-mbox
23
24
"#mbox-cells":
25
const: 0
0 commit comments