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 5A57FECAAA1 for ; Thu, 15 Sep 2022 08:13:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229735AbiIOINx (ORCPT ); Thu, 15 Sep 2022 04:13:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbiIOINt (ORCPT ); Thu, 15 Sep 2022 04:13:49 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13253979FF; Thu, 15 Sep 2022 01:13:45 -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) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id A49896601F69; Thu, 15 Sep 2022 09:13:43 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1663229624; bh=dzxV/rPMkkDnhpGeh2xlfwvyyorR0fXgBe6bsUMpQGk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=b+3qq2YzIqRTlECOWZM3YuccFiEM2l5c3ZAVEn0bt6qjR68DozuUEjxA7zdrYt4jn FTcwGAFkkRqZ34HHlntCAJ1+lyrQnCBLH5e2eebQP687FnGxB5EA0aZssXdUsI/5Gj 66TOz7o5Y0Mnd/+XNVsE736bZzNXfG/594jwotntXace3+ma4bc7KaHTwERGMewej+ syPbMJvCfd3dSAiw73Cf5fmrd7o8xmYR5GphdOnjlXilIRxaxpLuNw96jYQ0/zpaEO 96LNRVmFU1aebV0Xxlmb0hruHyIoSoTuxVfD42g+20pWstKtvWgKzx5IIY33ds6ytD CW+KDN0CwvcMg== Message-ID: <0ca4c3ec-059e-12c9-46bb-524ad6b73504@collabora.com> Date: Thu, 15 Sep 2022 10:13:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH 3/4] arm64: dts: mediatek: cherry: Add dp-intf ports Content-Language: en-US To: Bo-Chen Chen , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: matthias.bgg@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220915075849.1920-1-rex-bc.chen@mediatek.com> <20220915075849.1920-4-rex-bc.chen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220915075849.1920-4-rex-bc.chen@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 15/09/22 09:58, Bo-Chen Chen ha scritto: > Add dp-intf0 and dp-intf1 ports. > > Signed-off-by: Bo-Chen Chen Reviewed-by: AngeloGioacchino Del Regno