Add compatible for the Display Stream Compression (DSC) IP found in the display controller of the MT8196 SoC.
This IP is compatible with the one found in MT8195. Signed-off-by: AngeloGioacchino Del Regno <[email protected]> --- .../devicetree/bindings/display/mediatek/mediatek,dsc.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml index a5b88eb97e3b..c8b3e86943e4 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml @@ -23,7 +23,9 @@ properties: - enum: - mediatek,mt8195-disp-dsc - items: - - const: mediatek,mt8188-disp-dsc + - enum: + - mediatek,mt8188-disp-dsc + - mediatek,mt8196-disp-dsc - const: mediatek,mt8195-disp-dsc reg: -- 2.54.0
