Unverified Commit cfb00dfa authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno
Browse files

dt-bindings: media: mediatek: mdp3: Add compatibles for MT8188 MDP3



Add compatible strings for the FG, HDR, RSZ, STITCH, TCC, TDSHP
and WROT hardware components found in MediaTek's MT8188 SoC.

This hardware is compatible with MT8195.

Acked-by: default avatarNicolas Dufresne <nicolas.dufresne@collabora.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241218105320.38980-3-angelogioacchino.delregno@collabora.com


Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent 2971de06
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -16,8 +16,12 @@ description:

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - mediatek,mt8195-mdp3-fg
      - items:
          - const: mediatek,mt8188-mdp3-fg
          - const: mediatek,mt8195-mdp3-fg

  reg:
    maxItems: 1
+6 −2
Original line number Diff line number Diff line
@@ -16,8 +16,12 @@ description:

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - mediatek,mt8195-mdp3-hdr
      - items:
          - const: mediatek,mt8188-mdp3-hdr
          - const: mediatek,mt8195-mdp3-hdr

  reg:
    maxItems: 1
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ properties:
          - mediatek,mt8183-mdp3-rsz
      - items:
          - enum:
              - mediatek,mt8188-mdp3-rsz
              - mediatek,mt8195-mdp3-rsz
          - const: mediatek,mt8183-mdp3-rsz

+6 −2
Original line number Diff line number Diff line
@@ -16,8 +16,12 @@ description:

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - mediatek,mt8195-mdp3-stitch
      - items:
          - const: mediatek,mt8188-mdp3-stitch
          - const: mediatek,mt8195-mdp3-stitch

  reg:
    maxItems: 1
+6 −2
Original line number Diff line number Diff line
@@ -17,8 +17,12 @@ description:

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - mediatek,mt8195-mdp3-tcc
      - items:
          - const: mediatek,mt8188-mdp3-tcc
          - const: mediatek,mt8195-mdp3-tcc

  reg:
    maxItems: 1
Loading