diff options
author | 2025-02-18 10:04:27 +0100 | |
---|---|---|
committer | 2025-03-02 16:01:10 +0000 | |
commit | 9e918c868346038e66daf700a11c78704844904b (patch) | |
tree | 50e4a1e8e3e6bf9188cc17490f891e7dc9d3a369 | |
parent | drm/mediatek: Move to devm_platform_ioremap_resource() usage (diff) | |
download | wireguard-linux-9e918c868346038e66daf700a11c78704844904b.tar.xz wireguard-linux-9e918c868346038e66daf700a11c78704844904b.zip |
dt-bindings: display: mediatek: dsc: Add MT8188 compatible
Add compatible for Display Stream Compression (DSC) IP found in
the display controller of the MT8188 SoC.
This IP is fully compatible with the one found on MT8195.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patchwork.kernel.org/project/dri-devel/patch/20250218090427.20318-1-angelogioacchino.delregno@collabora.com/
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml index 846de6c17d93..a5b88eb97e3b 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml @@ -22,6 +22,9 @@ properties: oneOf: - enum: - mediatek,mt8195-disp-dsc + - items: + - const: mediatek,mt8188-disp-dsc + - const: mediatek,mt8195-disp-dsc reg: maxItems: 1 |