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 51A08C6FA99 for ; Fri, 10 Mar 2023 10:54:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229708AbjCJKyD (ORCPT ); Fri, 10 Mar 2023 05:54:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229758AbjCJKx4 (ORCPT ); Fri, 10 Mar 2023 05:53:56 -0500 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0935F8E79; Fri, 10 Mar 2023 02:53:47 -0800 (PST) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 32AArfvJ115600; Fri, 10 Mar 2023 04:53:41 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1678445621; bh=41Zx3qFHWjyM5PIkEb3swc2qxePmA2Y3iWGeDIR/8QM=; h=Date:CC:Subject:To:References:From:In-Reply-To; b=f7SCpOhU8BE1x5DxNfcZC4ECm8htRbIbRN3JBSDwKTijaefEORIMu6Q7ri6Quyfqi EIqnoT8XnSO1QiIAfNfvuYWo1aKxS5dP9tRUM9wdH1QX/Qq9ndzhGCdzgdgDdPJPhY 3NNoLIww6qVX9w+kddXpCgRvtcPUVMx7WgkTvxro= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32AArfK8085794 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 10 Mar 2023 04:53:41 -0600 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 10 Mar 2023 04:53:41 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Fri, 10 Mar 2023 04:53:41 -0600 Received: from [172.24.145.61] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 32AArbn0028520; Fri, 10 Mar 2023 04:53:38 -0600 Message-ID: Date: Fri, 10 Mar 2023 16:23:37 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 CC: , , , , Subject: Re: [PATCH 0/2] Add device-tree support for CPSW5G on J7200 SoC Content-Language: en-US To: , , , , , References: <20230310101407.722334-1-s-vadapalli@ti.com> From: Siddharth Vadapalli In-Reply-To: <20230310101407.722334-1-s-vadapalli@ti.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This series depends on the series at: https://lore.kernel.org/r/20230310103504.731845-1-s-vadapalli@ti.com and will cause merge conflict if merged before it. Regards, Siddharth. On 10/03/23 15:44, Siddharth Vadapalli wrote: > Hello, > > This series adds the device-tree nodes for CPSW5G instance of CPSW > Ethernet Switch on TI's J7200 SoC. Additionally, an overlay file is also > added to enable CPSW5G nodes in QSGMII mode with the Add-On J7 QUAD Port > Ethernet expansion QSGMII daughtercard. > > Siddharth Vadapalli (2): > arm64: dts: ti: j7200-main: Add CPSW5G nodes > arm64: dts: ti: k3-j7200: Add overlay to enable CPSW5G ports in QSGMII > mode > > arch/arm64/boot/dts/ti/Makefile | 2 + > arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 83 +++++++++++++++ > .../dts/ti/k3-j7200-quad-port-eth-exp.dtso | 100 ++++++++++++++++++ > 3 files changed, 185 insertions(+) > create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-quad-port-eth-exp.dtso >