Skip to content

Commit c13c196

Browse files
Fei ShaoJassi Brar
authored andcommitted
dt-bindings: mailbox: mtk,adsp-mbox: Add compatible for MT8188
Add compatible string for ADSP mailbox on MT8188 SoC, which is compatible with the one used on MT8186. Acked-by: Rob Herring (Arm) <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Fei Shao <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 263dbd3 commit c13c196

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ description: |
1717
1818
properties:
1919
compatible:
20-
enum:
21-
- mediatek,mt8195-adsp-mbox
22-
- mediatek,mt8186-adsp-mbox
20+
oneOf:
21+
- enum:
22+
- mediatek,mt8186-adsp-mbox
23+
- mediatek,mt8195-adsp-mbox
24+
- items:
25+
- enum:
26+
- mediatek,mt8188-adsp-mbox
27+
- const: mediatek,mt8186-adsp-mbox
28+
2329

2430
"#mbox-cells":
2531
const: 0

0 commit comments

Comments
 (0)