]> www.infradead.org Git - linux.git/commitdiff
dt-bindings: media: mediatek: mdp3: add compatible for MT8195 WROT
authorMoudy Ho <moudy.ho@mediatek.com>
Tue, 31 Oct 2023 08:33:46 +0000 (16:33 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 11 Dec 2023 10:13:01 +0000 (11:13 +0100)
MT8195 WROT inherited from MT8183, add the corresponding
compatible name to it.

Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml

index 64ea98aa05928eb60ef428183d6fcf18b4d96335..53a67933840256ed8220bc127443a904ed2402cd 100644 (file)
@@ -15,9 +15,13 @@ description: |
 
 properties:
   compatible:
-    items:
+    oneOf:
       - enum:
           - mediatek,mt8183-mdp3-wrot
+      - items:
+          - enum:
+              - mediatek,mt8195-mdp3-wrot
+          - const: mediatek,mt8183-mdp3-wrot
 
   reg:
     maxItems: 1