From mboxrd@z Thu Jan 1 00:00:00 1970 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 3A9DCC678D4 for ; Tue, 7 Mar 2023 10:17:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230019AbjCGKRX (ORCPT ); Tue, 7 Mar 2023 05:17:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229671AbjCGKRU (ORCPT ); Tue, 7 Mar 2023 05:17:20 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AD9553284; Tue, 7 Mar 2023 02:17:19 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 362E66602FB7; Tue, 7 Mar 2023 10:17:17 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1678184238; bh=aNzvfLGjkFOo6TdCygfT8zB/OIT5OF23jnR/d3d5Z94=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KEB+nyF2b0vByJtivXLJMet+fhz8EkO3safVeXuZGdeg+NXvynRU24vKrzOK2mW9x 2W1yIgKptaIjFnjnRL+cFPNFub2OvQY/0jXMhSsnKw4+EWUgLq04s0CVKQn88kGSEd tuc/p7JFyut5GVLRZ3fSIweXPM9ap9wlR1XkwKFJJ9JELfvJSfZQK/nszXOjE/gzIj TLGmN0d/yb0W9MsmT9ZekfKTwYaHNyPSt+n3u0ec8TbvZVG9MtvYw597E3MaT4b78I YiHG858zIL3NXkCRJ+CtpcotJwfQ5tcH6Nnke/hIdlLvRlalpVS6hyO8FqVz1j5ZsC SlBaE2JRx3Cyw== Message-ID: <25019fb1-87f7-b863-48e8-a164d0e08265@collabora.com> Date: Tue, 7 Mar 2023 11:17:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v4] dt-bindings: display: mediatek: clean unnecessary item Content-Language: en-US To: Alexandre Mergnat , Chun-Kuang Hu , Krzysztof Kozlowski , Daniel Vetter , Matthias Brugger , Allen-KH Cheng , Philipp Zabel , Rob Herring , David Airlie Cc: Krzysztof Kozlowski , Rob Herring , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org References: <20230306-ccorr-binding-fix-v4-0-117daea88efb@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230306-ccorr-binding-fix-v4-0-117daea88efb@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 07/03/23 11:07, Alexandre Mergnat ha scritto: > 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 > Signed-off-by: Alexandre Mergnat Alexandre, the Acked-by tag from Krzysztof goes *after* your S-o-b :-) Reviewed-by: AngeloGioacchino Del Regno