diff options
author | Hsiao Chien Sung <[email protected]> | 2023-10-24 21:00:27 +0800 |
---|---|---|
committer | AngeloGioacchino Del Regno <[email protected]> | 2023-12-11 11:12:58 +0100 |
commit | ba0a6faceee073f752cca4fcc2e206f33c1e16a8 (patch) | |
tree | e1cc773a73da0e8fd3affae49d82672f75c46edb | |
parent | 2381de61fef91900341c4a5cbab7d562353d194a (diff) |
dt-bindings: display: mediatek: mdp-rdma: Add compatible for MT8188
Add compatible name for MediaTek MT8188 MDP-RDMA.
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: CK Hu <[email protected]>
Signed-off-by: Hsiao Chien Sung <[email protected]>
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml index dd12e2ff685c..7570a0684967 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml @@ -21,7 +21,11 @@ description: properties: compatible: - const: mediatek,mt8195-vdo1-rdma + oneOf: + - const: mediatek,mt8195-vdo1-rdma + - items: + - const: mediatek,mt8188-vdo1-rdma + - const: mediatek,mt8195-vdo1-rdma reg: maxItems: 1 |