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 1FD43C38A02 for ; Mon, 31 Oct 2022 13:24:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230058AbiJaNYI (ORCPT ); Mon, 31 Oct 2022 09:24:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229782AbiJaNYF (ORCPT ); Mon, 31 Oct 2022 09:24:05 -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 BB087DC1; Mon, 31 Oct 2022 06:24:04 -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 DFBB1660037C; Mon, 31 Oct 2022 13:24:02 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1667222643; bh=FGCLVcrbsRRA9pknCacs9VnpBtBKl7pLRAKqrBSRr9I=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=VQeYkjVlii3B1a7OfsypnxmQLryaiTnyX2bIFMlhgfMG7ms4ZCmCZLGCfvkHguPYa L+Py0JN9WYyg0EzcqRZ/4weiwwZxnof1vw9nGPhDTixpWcFFlOywWDoHLdfuRjcmZP GVyKvrNFmmKzap3zIKqlYSDS4u+kkfjkjyQA4/WlJmzt8CE8PFZW26nJmis4H1TOds MFlS0k2yVY5gOZypEqJblnePzSy9rQ9O5HuDYKDn69yCVO+WATdfiBO1PW19htAKjO qetFnHp/ff4z1gU5ffmwmdE5gKkMMzM4veefna6cLiKTaSABv5Ac0spBuBue5+WYlT 7pEjkMxfolH6w== Message-ID: <81072604-3c56-54e8-2f4f-ee52ba73eeae@collabora.com> Date: Mon, 31 Oct 2022 14:24:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH v4 2/3] arm64: dts: mt8195: Add pcie and pcie phy nodes Content-Language: en-US To: Tinghan Shen , Ryder Lee , Jianjun Wang , Bjorn Helgaas , Rob Herring , Krzysztof Kozlowski , Matthias Brugger Cc: linux-pci@vger.kernel.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20221028094317.29270-1-tinghan.shen@mediatek.com> <20221028094317.29270-3-tinghan.shen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221028094317.29270-3-tinghan.shen@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 28/10/22 11:43, Tinghan Shen ha scritto: > Add pcie and pcie phy nodes for mt8195. > > Signed-off-by: Jianjun Wang > Signed-off-by: Tinghan Shen Reviewed-by: AngeloGioacchino Del Regno