The item which have the mediatek,mt8192-disp-ccorr as const compatible already exist above. Merge all compatibles which have the same fallback under the same item.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlow...@linaro.org> Signed-off-by: Alexandre Mergnat <amerg...@baylibre.com> --- Fix MTK color correction binding The fallback compatible has been duplicated in the 137272ef1b0f commit. To: Chun-Kuang Hu <chunkuang...@kernel.org> To: Philipp Zabel <p.za...@pengutronix.de> To: David Airlie <airl...@gmail.com> To: Daniel Vetter <dan...@ffwll.ch> To: Rob Herring <robh...@kernel.org> To: Krzysztof Kozlowski <krzysztof.kozlowski...@linaro.org> To: Matthias Brugger <matthias....@gmail.com> To: AngeloGioacchino Del Regno <angelogioacchino.delre...@collabora.com> To: Allen-KH Cheng <allen-kh.ch...@mediatek.com> Cc: Rob Herring <r...@kernel.org> Cc: dri-devel@lists.freedesktop.org Cc: linux-media...@lists.infradead.org Cc: devicet...@vger.kernel.org Cc: linux-ker...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org --- Changes in v4: - Reword commit title and message. - Link to v3: https://lore.kernel.org/r/20230306-ccorr-binding-fix-v3-0-7877613a3...@baylibre.com Changes in v3: - Re-order compatible. - Link to v2: https://lore.kernel.org/r/20230306-ccorr-binding-fix-v2-0-4822939a8...@baylibre.com Changes in v2: - Fix commit title. - Link to v1: https://lore.kernel.org/r/20230306-ccorr-binding-fix-v1-0-177d81d60...@baylibre.com --- .../devicetree/bindings/display/mediatek/mediatek,ccorr.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml index b04820c95b22..bda86e6857f5 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml @@ -27,13 +27,10 @@ properties: - const: mediatek,mt8192-disp-ccorr - items: - enum: + - mediatek,mt8186-disp-ccorr - mediatek,mt8188-disp-ccorr - mediatek,mt8195-disp-ccorr - const: mediatek,mt8192-disp-ccorr - - items: - - enum: - - mediatek,mt8186-disp-ccorr - - const: mediatek,mt8192-disp-ccorr reg: maxItems: 1 --- base-commit: add072536971d7ce891fde3cdbf68c55e7cfa95a change-id: 20230306-ccorr-binding-fix-718c6d725088 Best regards, -- Alexandre Mergnat <amerg...@baylibre.com>