Skip to content

Commit 137272e

Browse files
kuanhsunchengChun-Kuang Hu
authored andcommitted
dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr
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: 8a26ea1 ("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>
1 parent 02f6015 commit 137272e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ properties:
3333
- items:
3434
- enum:
3535
- mediatek,mt8186-disp-ccorr
36-
- const: mediatek,mt8183-disp-ccorr
36+
- const: mediatek,mt8192-disp-ccorr
3737

3838
reg:
3939
maxItems: 1

0 commit comments

Comments
 (0)