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 BA54BC4332F for ; Thu, 3 Nov 2022 14:25:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231356AbiKCOZi (ORCPT ); Thu, 3 Nov 2022 10:25:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231312AbiKCOZb (ORCPT ); Thu, 3 Nov 2022 10:25:31 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C554A26DC; Thu, 3 Nov 2022 07:25:30 -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 CE7B0660294D; Thu, 3 Nov 2022 14:25:28 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1667485529; bh=V/lrvTevc4IJp5UcDZQsx+cZatS/QHb6/HH934WSbtk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=apgnt2Fj0WevICWRfwwwzURMMEeLtibvGDP8URTDqPQCrugbAIbO9d37xWbX8fZ5p 82lWXBTUeNjSh2tH98SL1LZPV3g2jBfZn75Flue4TIOBuQbOEzad/EZPP+VIDx+OYw SVbm7CVhdzN4rthu2L0kqH1okwLPCJRivCBCBGuWzIv+1eTCh1mlbvtCtWvQKbfXfU ipJriuk+lmQcpZC/4AH50W0xvvowSXsDlzzur8NSZx0pkRHkH/t6Rmc5biB53WgZvA FpBmLz5kWv3frBmlMqopUpPPlHL71WapWpLyT174RVHmYN3Vs+pkwATSEHcwBRilSR G4dYzUCbKhv9A== Message-ID: <357eb6c1-b8ec-34eb-5333-3a98cc5d6841@collabora.com> Date: Thu, 3 Nov 2022 15:25:26 +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 v5 1/3] dt-bindings: PCI: mediatek-gen3: Support mt8195 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: <20221103025656.8714-1-tinghan.shen@mediatek.com> <20221103025656.8714-2-tinghan.shen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221103025656.8714-2-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 03/11/22 03:56, Tinghan Shen ha scritto: > From: Jianjun Wang > > In order to support mt8195 pcie node, update the yaml to support new > properties of iommu and power-domain, and update the reset-names > property to allow only one 'mac' name. > > Signed-off-by: Jianjun Wang > Signed-off-by: TingHan Shen Reviewed-by: AngeloGioacchino Del Regno