]> Git Repo - linux.git/commitdiff
dt-bindings: mailbox: mtk,adsp-mbox: Add compatible for MT8188
authorFei Shao <[email protected]>
Wed, 11 Sep 2024 14:33:55 +0000 (22:33 +0800)
committerJassi Brar <[email protected]>
Mon, 23 Sep 2024 00:19:17 +0000 (19:19 -0500)
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]>
Documentation/devicetree/bindings/mailbox/mtk,adsp-mbox.yaml

index 72c1d9e82c897cc1848cc58cece8298640d4603d..8a1369df4ecb22353e51304ddc98545ea906d5fa 100644 (file)
@@ -17,9 +17,15 @@ description: |
 
 properties:
   compatible:
-    enum:
-      - mediatek,mt8195-adsp-mbox
-      - mediatek,mt8186-adsp-mbox
+    oneOf:
+      - enum:
+          - mediatek,mt8186-adsp-mbox
+          - mediatek,mt8195-adsp-mbox
+      - items:
+          - enum:
+              - mediatek,mt8188-adsp-mbox
+          - const: mediatek,mt8186-adsp-mbox
+
 
   "#mbox-cells":
     const: 0
This page took 0.05685 seconds and 4 git commands to generate.