diff options
| author | Alexandre Mergnat <[email protected]> | 2024-05-23 14:49:15 +0200 |
|---|---|---|
| committer | Chun-Kuang Hu <[email protected]> | 2024-06-21 14:41:20 +0000 |
| commit | f4fbf2dc8851513f4c38ffe394f909902eece6c3 (patch) | |
| tree | b10aa552762e567010a267ef4bfc722d89a29d7c | |
| parent | 759b11948bb9b05852087d562f4801e3924381e6 (diff) | |
dt-bindings: display: mediatek: ccorr: add compatible for MT8365 SoC
Document the display Color Correction on MT8365, which is compatible
with that of the MT8183.
Acked-by: Rob Herring (Arm) <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Signed-off-by: Alexandre Mergnat <[email protected]>
Reviewed-by: CK Hu <[email protected]>
Link: https://patchwork.kernel.org/project/dri-devel/patch/[email protected]/
Signed-off-by: Chun-Kuang Hu <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml index 8c2a737237f2..9f8366763831 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml @@ -25,6 +25,9 @@ properties: - mediatek,mt8183-disp-ccorr - mediatek,mt8192-disp-ccorr - items: + - const: mediatek,mt8365-disp-ccorr + - const: mediatek,mt8183-disp-ccorr + - items: - enum: - mediatek,mt8186-disp-ccorr - mediatek,mt8188-disp-ccorr |