Skip to content

Commit dea27cd

Browse files
tinghan-shenJassiBrar
authored andcommitted
dt-bindings: mailbox: mtk,adsp-mbox: add mt8186 compatible name
Add compatible name for MediaTek MT8186 SoC ADSP mailbox. Signed-off-by: Tinghan Shen <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 74c20dd commit dea27cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/devicetree/bindings/mailbox/mtk,adsp-mbox.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ maintainers:
1111

1212
description: |
1313
The MTK ADSP mailbox Inter-Processor Communication (IPC) enables the SoC
14-
to ommunicate with ADSP by passing messages through two mailbox channels.
14+
to communicate with ADSP by passing messages through two mailbox channels.
1515
The MTK ADSP mailbox IPC also provides the ability for one processor to
1616
signal the other processor using interrupts.
1717
1818
properties:
1919
compatible:
20-
items:
21-
- const: mediatek,mt8195-adsp-mbox
20+
enum:
21+
- mediatek,mt8195-adsp-mbox
22+
- mediatek,mt8186-adsp-mbox
2223

2324
"#mbox-cells":
2425
const: 0

0 commit comments

Comments
 (0)