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 X-Spam-Level: X-Spam-Status: No, score=-8.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E74A5C5519F for ; Thu, 12 Nov 2020 16:05:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C6EB22227 for ; Thu, 12 Nov 2020 16:05:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="nyHcE2+T" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728426AbgKLQFl (ORCPT ); Thu, 12 Nov 2020 11:05:41 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:35820 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728389AbgKLQFk (ORCPT ); Thu, 12 Nov 2020 11:05:40 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0ACG5ZSB118306; Thu, 12 Nov 2020 10:05:35 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1605197135; bh=9yETxY8RPhX8mtyohaZIEqS18xzqCiuxeaRy0WwXgn4=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=nyHcE2+TQuluMWit3IgaslrYTd5bGNBFq2BmM/XchOub+xku61WHETmyqWvaFsvFS CHk2N3ManQHF9iobqbRO4y83Iwb3z71nGa6ZMYR5r//mJwXCYfsAQ7/9hrMGNEJBw7 S2jhxVfvPnXqhW0ii5B3u9nQmxckjGECY+uA7/OA= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0ACG5ZRt099598 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 12 Nov 2020 10:05:35 -0600 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 12 Nov 2020 10:05:35 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 12 Nov 2020 10:05:35 -0600 Received: from [10.250.233.179] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0ACG5VOt018182; Thu, 12 Nov 2020 10:05:32 -0600 Subject: Re: [PATCH v2 5/7] arm64: dts: ti: k3-j7200-main: Add PCIe device tree node To: Kishon Vijay Abraham I , Tero Kristo , Nishanth Menon , Rob Herring , Roger Quadros , Lee Jones CC: , , , Bjorn Helgaas , References: <20201109170409.4498-1-kishon@ti.com> <20201109170409.4498-6-kishon@ti.com> From: Vignesh Raghavendra Message-ID: Date: Thu, 12 Nov 2020 21:35:31 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201109170409.4498-6-kishon@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 11/9/20 10:34 PM, Kishon Vijay Abraham I wrote: > Add PCIe device tree node (both RC and EP) for the single PCIe > instance present in j7200. > nit: s/j7200/J7200 > Signed-off-by: Kishon Vijay Abraham I > --- Reviewed-by: Vignesh Raghavendra [...]