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 2D59CC6FD1F for ; Mon, 13 Mar 2023 14:36:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230505AbjCMOg3 (ORCPT ); Mon, 13 Mar 2023 10:36:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229915AbjCMOg0 (ORCPT ); Mon, 13 Mar 2023 10:36:26 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D7A01980; Mon, 13 Mar 2023 07:36:25 -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 ams.source.kernel.org (Postfix) with ESMTPS id 3694AB8111F; Mon, 13 Mar 2023 14:36:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C709BC433A7; Mon, 13 Mar 2023 14:36:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678718181; bh=yHmE3CK4PUjMZSs461uAsslkr23vQXpACGQ1NBY42hs=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=B8iz5g5WCveFOEXQqlPaoTjL1SmG08N4own9rMBVqtwLNVbyMloglGRtWK/nm/IY8 aVuyS0lwoAVQKESQPaakANgwDTdb3ulyqUKJyJSZEuAaGFh7DDncsF9gT1C1ozpWXJ m9bYZhE4Naj6XYCJY2dHCR1uofheFiPM9IXwDzqTt5RV3ujuGi0X1+SY+P6upkY98i 79f6AzFhfoS/5ssuhr50H94mDSE9dMhrGZMgzvgfOgGZYBRg3SoujSFOYc9lp6H3TL IS0dbq92Auy8Wbo+Fjg8kBS9RTYIfr+X9cEMalEMismk25YEChlIOUw580WkQ/P0Gr dR8XNtzJ9hu6A== Received: by mail-lj1-f170.google.com with SMTP id b10so12887340ljr.0; Mon, 13 Mar 2023 07:36:21 -0700 (PDT) X-Gm-Message-State: AO0yUKWQt+lYHOpQ2uqrI0mf5T20ftp0muwptVAH672rNp2NVHdWbW0z wTAqdkB3gCmqtM2429Xeq0PXVFjJmFbtOx2fCw== X-Google-Smtp-Source: AK7set/Dt6QdzPA2g5/CmVOJgocA2bwpvyNuirK/Gl06x9LG1R7kvogNrTf8a1qUunnCZkox9DzU0vUuHivXacBmt5M= X-Received: by 2002:a2e:b55c:0:b0:295:d632:ba20 with SMTP id a28-20020a2eb55c000000b00295d632ba20mr10841792ljn.10.1678718179737; Mon, 13 Mar 2023 07:36:19 -0700 (PDT) MIME-Version: 1.0 References: <20230306-ccorr-binding-fix-v3-0-7877613a35cb@baylibre.com> In-Reply-To: <20230306-ccorr-binding-fix-v3-0-7877613a35cb@baylibre.com> From: Chun-Kuang Hu Date: Mon, 13 Mar 2023 22:36:07 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3] dt-bindings: display: mediatek: Fix the duplicated fallback To: Alexandre Mergnat Cc: AngeloGioacchino Del Regno , Krzysztof Kozlowski , Rob Herring , Matthias Brugger , Daniel Vetter , David Airlie , Allen-KH Cheng , Philipp Zabel , Chun-Kuang Hu , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, 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= 7=E6=97=A5 =E9=80=B1=E4=BA=8C =E4=B8=8A=E5=8D=8812:20=E5=AF=AB=E9=81=93=EF= =BC=9A > > The item which have the mediatek,mt8192-disp-ccorr const compatible alrea= dy > exist above. Remove duplicated fallback. 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. > > Fixes: 137272ef1b0f ("dt-bindings: display: mediatek: Fix the fallback fo= r mediatek,mt8186-disp-ccorr") > 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 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