diff options
author | AngeloGioacchino Del Regno <[email protected]> | 2023-04-12 13:27:20 +0200 |
---|---|---|
committer | Chun-Kuang Hu <[email protected]> | 2023-06-12 15:57:07 +0000 |
commit | 8f2a42046cb60a937481d1d3979bedb86166c6b4 (patch) | |
tree | 6e54957ef75bc7ac3684c4c2191e937476365350 | |
parent | 48ed9e648722cb2e23936df5f1b6eaf080dc9046 (diff) |
dt-bindings: display: mediatek: wdma: Add compatible for MediaTek MT6795
Add a compatible string for MediaTek Helio X10 MT6795's WDMA block: this
is the same as MT8173.
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Reviewed-by: Matthias Brugger <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://patchwork.kernel.org/project/linux-mediatek/patch/[email protected]/
Signed-off-by: Chun-Kuang Hu <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,wdma.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,wdma.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,wdma.yaml index 991183165d29..a3a2b71a4523 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,wdma.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,wdma.yaml @@ -23,6 +23,9 @@ properties: oneOf: - enum: - mediatek,mt8173-disp-wdma + - items: + - const: mediatek,mt6795-disp-wdma + - const: mediatek,mt8173-disp-wdma reg: maxItems: 1 |