diff options
author | AngeloGioacchino Del Regno <[email protected]> | 2024-03-22 10:28:44 +0100 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2024-06-20 11:47:47 +0200 |
commit | 8da17fe240f573101672cf3fe7c8b9fe0acda80a (patch) | |
tree | 5f50b55048725e2bf3e36b23314db3f6c485b489 | |
parent | 954ee38d40c98001cfdc570c4d5e90bcbc456ce1 (diff) |
dt-bindings: media: mediatek: mdp3: Add support for MT8188 RDMA
Add a compatible for MediaTek MT8188 RDMA, which supports only a
subset of the MDP3 components of its similar MT8195 counterpart.
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Signed-off-by: Sebastian Fricke <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml index 59db8306485b..18603f6c5e06 100644 --- a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml @@ -23,6 +23,7 @@ properties: oneOf: - enum: - mediatek,mt8183-mdp3-rdma + - mediatek,mt8188-mdp3-rdma - mediatek,mt8195-mdp3-rdma - mediatek,mt8195-vdo1-rdma - items: |