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 C8D5BEB64DD for ; Tue, 25 Jul 2023 05:02:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231829AbjGYFCv (ORCPT ); Tue, 25 Jul 2023 01:02:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231784AbjGYFCr (ORCPT ); Tue, 25 Jul 2023 01:02:47 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AAE510FA; Mon, 24 Jul 2023 22:02:43 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36P52POM051600; Tue, 25 Jul 2023 00:02:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690261345; bh=8tsGss9ZaAHkl2BcsSKP5NQv9l4QJ46CMPLo6eiCYFw=; h=Date:CC:Subject:To:References:From:In-Reply-To; b=IovmN6cB1rHzYf2DH48XbUmEWAxwB09+WdBaxcQwUZUxOiB40/owFA74uVO1p4p3L aAHDJqslWqu2ze1C6l/TNoDMKSuzn034hczYznNiU9etRmnKYdhtUtmdAmY93tzA7O WcHnmO3HddsaYWZzPu7TO2brWx6tnjJHbZOe2nHc= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36P52Pl6018147 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 25 Jul 2023 00:02:25 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 25 Jul 2023 00:02:24 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 25 Jul 2023 00:02:24 -0500 Received: from [172.24.227.9] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36P52KOi020907; Tue, 25 Jul 2023 00:02:21 -0500 Message-ID: <77bfe66a-3689-7988-42df-aa10848d0abe@ti.com> Date: Tue, 25 Jul 2023 10:32:20 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 CC: , , , , , , , , , , Subject: Re: [PATCH v2] arm64: dts: ti: k3-j721e: Add overlay to enable CPSW9G ports with GESI Content-Language: en-US To: Nishanth Menon References: <20230710075551.1109024-1-s-vadapalli@ti.com> <20230724175830.mdly3o44xvqlzvf3@agreeable> From: Siddharth Vadapalli In-Reply-To: <20230724175830.mdly3o44xvqlzvf3@agreeable> 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: devicetree@vger.kernel.org On 24/07/23 23:28, Nishanth Menon wrote: > On 13:25-20230710, Siddharth Vadapalli wrote: > [...] > >> + rgmii4_pins_default: rgmii4-pins-default { > > Could you make sure that the node names matches up with the json-schema > conversion: > https://lore.kernel.org/all/169021456020.3622493.10284534202541859578.robh@kernel.org/ I will update the node name and post the v3 patch. -- Regards, Siddharth.