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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4DE9AC433FE for ; Wed, 30 Nov 2022 09:17:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7864410E05C; Wed, 30 Nov 2022 09:17:57 +0000 (UTC) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8F79510E05C for ; Wed, 30 Nov 2022 09:17:52 +0000 (UTC) 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 483C26601601; Wed, 30 Nov 2022 09:17:49 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1669799871; bh=QA6RbiaiLnTymXb7GWLxqK8yLinuWDfI6U6/SkEO9rU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=RGInw50kk9NR7f6zATGqUIJUGl3L2ei+lTbNO0JXzwhtSvWnK9sHCOIA8qFr4CeMt mKndQtiUBRHzlHh+KzcMBnZlb02j7nfWEvXIfELqYfXYf6U1+IwApdEpCM8wBalLmF IzB1WhJUulk9s01OWvkUWBvTOauCxRY/yjx2vutAB34HFf11c8ACy9okh6jDq9JLTg MruCj6cB2DmN/T+8p7W/h2Gh9f7daHZWoyJgC1S/t3cJOqHQ0VX36wC078O4WfJgDX PgZ9f27bvcKRZudLZ5PQBuERdOak83+fGvELPyTAIsPd/bl/JNkWwTaVr01/0GKKc7 KDvWWkxZtsM8A== Message-ID: <6b692dd2-3d40-8346-e926-9459728157ae@collabora.com> Date: Wed, 30 Nov 2022 10:17:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH v3 1/6] dt-bindings: mediatek: modify VDOSYS0 display device tree Documentations for MT8188 Content-Language: en-US To: "nathan.lu" , Rob Herring , Krzysztof Kozlowski , Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , Maxime Coquelin , Alexandre Torgue , Matthias Brugger References: <20221129143503.16638-1-nathan.lu@mediatek.com> <20221129143503.16638-2-nathan.lu@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221129143503.16638-2-nathan.lu@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, "jason-jh . lin" , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Project_Global_Chrome_Upstream_Group@mediatek.com, Rex-BC Chen , Moudy Ho , linux-mediatek@lists.infradead.org, lancelot.wu@mediatek.com, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Il 29/11/22 15:34, nathan.lu ha scritto: > From: Nathan Lu > > modify VDOSYS0 display device tree Documentations for MT8188. > > Signed-off-by: Nathan Lu > Reviewed-by: Krzysztof Kozlowski Reviewed-by: AngeloGioacchino Del Regno