diff options
author | Moudy Ho <moudy.ho@mediatek.com> | 2023-10-31 11:33:46 +0300 |
---|---|---|
committer | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2023-12-11 13:13:01 +0300 |
commit | 032388dd6d17670cf4dec933543b0937011dc07f (patch) | |
tree | 3427fc345958eb0707ecc35baf551780d2d3667f /Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml | |
parent | ba61ee5bf4849abedbdf6161ca232aa6c248fc19 (diff) | |
download | linux-032388dd6d17670cf4dec933543b0937011dc07f.tar.xz |
dt-bindings: media: mediatek: mdp3: add compatible for MT8195 WROT
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>
Diffstat (limited to 'Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml index 64ea98aa0592..53a679338402 100644 --- a/Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml @@ -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 |