dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr
authorAllen-KH Cheng <allen-kh.cheng@mediatek.com>
Wed, 18 Jan 2023 09:18:28 +0000 (17:18 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Sun, 29 Jan 2023 02:19:13 +0000 (02:19 +0000)
The mt8186-disp-ccorr is not fully compatible with the mt8183-disp-ccorr
implementation. It causes a crash when system resumes if it binds to the
device.

We should use mt8192-disp-ccorr as fallback of mt8186-disp-ccorr.

Fixes: 8a26ea19d4dc ("dt-bindings: display: mediatek: add MT8186 SoC binding")
Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Link: https://patchwork.kernel.org/project/linux-mediatek/patch/20230118091829.755-10-allen-kh.cheng@mediatek.com/
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml

index fe444beff558d50bab780f3553b7d0e4b02bb1fa..b04820c95b222dbd34fe85673854bd79b0315501 100644 (file)
@@ -33,7 +33,7 @@ properties:
       - items:
           - enum:
               - mediatek,mt8186-disp-ccorr
-          - const: mediatek,mt8183-disp-ccorr
+          - const: mediatek,mt8192-disp-ccorr
 
   reg:
     maxItems: 1