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 644D0C433F5 for ; Mon, 21 Mar 2022 12:04:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347232AbiCUMGQ (ORCPT ); Mon, 21 Mar 2022 08:06:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48028 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347207AbiCUMGC (ORCPT ); Mon, 21 Mar 2022 08:06:02 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E40656206; Mon, 21 Mar 2022 05:04:32 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 720F61F41AD2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1647864271; bh=UzxhOf2NhVKjRUYpiqce16Lewn7y1Fq5glhv2OeLnRI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=S1ujJaUgfcPcVT1svHjJFXwnBa0jclPKigf6SUhmPASinSUOHOKDhxLkoA7cTZe/D AyUkn0A3KChC+EiYcerI+xXWfURoiYAu5m9ZadB5qNurY8JGYmVDIFj5N0a6apOjpO 00m2P1powzR8SGz/iG4elrmtHiNd1pS93tImARfpSFWzrvDk++t0cJr2goxoZpFTRf algx/yDmtwZNwr4sAlzSYRzQkzFmUsSexNGKrKQi/mB2lcxqG+UFD8IDKM0hlaDtAy USzfcW8fCLmPFl08RgHJl8n2L8eSXiMxBDUeokg6TUFl7o/voBNXClFGhF00KqZ4O4 NuPO2tislIkzw== Message-ID: <64ab3cb0-1772-4538-5486-936601c51b30@collabora.com> Date: Mon, 21 Mar 2022 13:04:28 +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 v4 09/22] arm64: dts: mt8192: Add PCIe 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: <20220318144534.17996-1-allen-kh.cheng@mediatek.com> <20220318144534.17996-10-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220318144534.17996-10-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 18/03/22 15:45, Allen-KH Cheng ha scritto: > Add PCIe node for mt8192 SoC. > > Signed-off-by: Allen-KH Cheng Reviewed-by: AngeloGioacchino Del Regno > --- > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 38 ++++++++++++++++++++++++ > 1 file changed, 38 insertions(+) >