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 3827CCDB482 for ; Thu, 12 Oct 2023 10:10:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235641AbjJLKKf (ORCPT ); Thu, 12 Oct 2023 06:10:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234170AbjJLKKe (ORCPT ); Thu, 12 Oct 2023 06:10:34 -0400 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 C0530A9; Thu, 12 Oct 2023 03:10:32 -0700 (PDT) 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)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id AD494660730F; Thu, 12 Oct 2023 11:10:30 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1697105431; bh=/4qyp+ZcXDun69Qg8E4dWdqrT/k8BkYeCwogVKPquDA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=iZDDYOmoZRfv0wxvK4FVlCrZ1wqKt42XNaMyROYuUKWwZh1RWQJ8ZfHELh07U5H4u REIgR6swA3WmfG87LS3j4jqJY6HPcJtxo7ksziwQgvQy3mdods8HO7uUj2rQ3uhIHh IShBYcw4dplmjHURnPrL660J1Zl/d93LBd0jdqMwa0qj6ZpDgJQvU3R0Gtj318FPbS p6B1FjdxKG1Yvafa6s0LQ0Qns0XjCnIGwJi/NAMxEbf5loAD41CbS8zlnMlo1dvmvd fJeafioX0FD41UPTRMas3vZMZAE0Fst9U/2IcJw3RJEzxgxAmt4CBm6Y/AA203/s3Q AZUnFRLb4cg/Q== Message-ID: Date: Thu, 12 Oct 2023 12:10:27 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH v7 14/16] dt-bindings: display: mediatek: ovl: add compatible for MT8195 Content-Language: en-US To: Moudy Ho , Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Mauro Carvalho Chehab , Matthias Brugger , Hans Verkuil Cc: dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20231012084037.19376-1-moudy.ho@mediatek.com> <20231012084037.19376-15-moudy.ho@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20231012084037.19376-15-moudy.ho@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Il 12/10/23 10:40, Moudy Ho ha scritto: > Add a compatible string for the OVL block in MediaTek MT8195 that > is controlled by MDP3. > > Signed-off-by: Moudy Ho Reviewed-by: AngeloGioacchino Del Regno