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 03EBEC433FE for ; Tue, 15 Mar 2022 14:41:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349339AbiCOOmX (ORCPT ); Tue, 15 Mar 2022 10:42:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239969AbiCOOmV (ORCPT ); Tue, 15 Mar 2022 10:42:21 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1869355753; Tue, 15 Mar 2022 07:41:10 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 60ADB1F42F80 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1647355269; bh=zG3ISQgXBa0GgHMtE7ZUAA2puxpswZTMQYR0Vz+CGO0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=CHon2w99Nvf6JpJ6msZQtSMqk41bhHpcNZwCq06IQ7xlZopTIgY3n//bkFFndRivI LmAW8v296pfs/G2oS/6xF8HNYs8iAFlMmMPDD7Xj7XX0/N6rInNBU7r21XfqDTQyeX yvM0TpG5vzU7f1G/tTgcYkZdPjn/0UFz07z7Z2jlzBB52AGugNwWcrcCtAqhATy8im c9Ii1r1vJ8qWyLAK0fSmJpBvqxrrkiOop3uA/5ouj1Z43nkYHmaWG1WhkUOY9MNThP 29QxYy8JFREO0c9uI9xiY+6QJSf+YMMFHoMChw/TKkaaSjGUcONHMhdBnsL+7TLSOO fvICl7jtNBzOA== Message-ID: <9b2e6f63-e8ef-1427-4677-df654e2e7000@collabora.com> Date: Tue, 15 Mar 2022 15:41:06 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH v3 17/21] arm64: dts: mt8192: Add dpi node Content-Language: en-US To: Allen-KH Cheng , Matthias Brugger , Rob Herring , Krzysztof Kozlowski Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai , Ryder Lee , Hui Liu References: <20220304130809.12924-1-allen-kh.cheng@mediatek.com> <20220304130809.12924-18-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220304130809.12924-18-allen-kh.cheng@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 04/03/22 14:08, Allen-KH Cheng ha scritto: > Add dpi node for mt8192 SoC. > > Signed-off-by: Allen-KH Cheng Reviewed-by: AngeloGioacchino Del Regno