Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52DE1C61DA4 for ; Mon, 13 Mar 2023 14:54:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231436AbjCMOyD (ORCPT ); Mon, 13 Mar 2023 10:54:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229987AbjCMOx5 (ORCPT ); Mon, 13 Mar 2023 10:53:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92D2338670; Mon, 13 Mar 2023 07:53:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E75F96133A; Mon, 13 Mar 2023 14:52:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54C59C433A4; Mon, 13 Mar 2023 14:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678719142; bh=U2MqS6kyxhQiLdwVlKalP2bSs4K0XighMTWsX41Gi/w=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=J3q5ehobb57atQWdCuphh5upCJ1h/1caTXcCliCoCmfhVKXa6ct2MB7NVZbRYxP9o 02Xh/DBLUNAJ5v5qRr9Y+dZYjJtsML6vjFdde2XazSWmTke7pUtKC11MDwXOuaeaOd 2DYvpYVOGMTVUvFetN9GwQ8CxBJT8cdcKFMKAjloW0d2BFU2gSyqFs0UjycYzg4UnW AgKrajr61788diT80RgcE7Vyxi1EbsVC5bMTWDTxiDOqTae9ScDf8iEWQTqS1wFYos YndgrcThBt6lA6lvM8kdypVifZJIO2mnXPX5px9frUTvz/ULDVLyqYlNphZRe3sXKl HxQexLUkZ/UyA== Received: by mail-lf1-f54.google.com with SMTP id s20so16034925lfb.11; Mon, 13 Mar 2023 07:52:22 -0700 (PDT) X-Gm-Message-State: AO0yUKU3Yv+LSVoA31v1IfcXKEkvLk8NdivLRgFB0sYVP0L1o5hQ+tv5 iTb2O4mQY+Gj0pEvSWLXYmKAHHK4BO6G6rdj7A== X-Google-Smtp-Source: AK7set8X94msxVXedXhmMyx7ozcIXRIQjjj/hP3IIwwprdTSlUQCO0NlUMVovHxCkY5Sw2tXL186oPXe7fqueIj4uYE= X-Received: by 2002:ac2:4c29:0:b0:4e8:4117:67c8 with SMTP id u9-20020ac24c29000000b004e8411767c8mr1600006lfq.7.1678719140352; Mon, 13 Mar 2023 07:52:20 -0700 (PDT) MIME-Version: 1.0 References: <20230306-ccorr-binding-fix-v5-0-6c56aaecc3b1@baylibre.com> In-Reply-To: <20230306-ccorr-binding-fix-v5-0-6c56aaecc3b1@baylibre.com> From: Chun-Kuang Hu Date: Mon, 13 Mar 2023 22:52:08 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v5] dt-bindings: display: mediatek: clean unnecessary item To: Alexandre Mergnat Cc: Philipp Zabel , Daniel Vetter , Matthias Brugger , Allen-KH Cheng , Chun-Kuang Hu , David Airlie , Rob Herring , Krzysztof Kozlowski , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, AngeloGioacchino Del Regno , Rob Herring , linux-mediatek@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Alexandre: Alexandre Mergnat =E6=96=BC 2023=E5=B9=B43=E6=9C=88= 9=E6=97=A5 =E9=80=B1=E5=9B=9B =E4=B8=8B=E5=8D=885:06=E5=AF=AB=E9=81=93=EF= =BC=9A > > 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. Applied to mediatek-drm-next [1], thanks. [1] https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/= log/?h=3Dmediatek-drm-next Regards, Chun-Kuang. > > Acked-by: Krzysztof Kozlowski > Reviewed-by: AngeloGioacchino Del Regno > Reviewed-by: Rob Herring > Signed-off-by: Alexandre Mergnat > --- > Fix MTK color correction binding > > The fallback compatible has been duplicated in the 137272ef1b0f commit. > > To: Chun-Kuang Hu > To: Philipp Zabel > To: David Airlie > To: Daniel Vetter > To: Rob Herring > To: Krzysztof Kozlowski > To: Matthias Brugger > To: AngeloGioacchino Del Regno > To: Allen-KH Cheng > Cc: Rob Herring > Cc: dri-devel@lists.freedesktop.org > Cc: linux-mediatek@lists.infradead.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > --- > Changes in v5: > - Add trailers. > - Link to v4: https://lore.kernel.org/r/20230306-ccorr-binding-fix-v4-0-1= 17daea88efb@baylibre.com > > Changes in v4: > - Reword commit title and message. > - Link to v3: https://lore.kernel.org/r/20230306-ccorr-binding-fix-v3-0-7= 877613a35cb@baylibre.com > > Changes in v3: > - Re-order compatible. > - Link to v2: https://lore.kernel.org/r/20230306-ccorr-binding-fix-v2-0-4= 822939a837d@baylibre.com > > Changes in v2: > - Fix commit title. > - Link to v1: https://lore.kernel.org/r/20230306-ccorr-binding-fix-v1-0-1= 77d81d60c69@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,cc= orr.yaml > index b04820c95b22..bda86e6857f5 100644 > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.y= aml > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.y= aml > @@ -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