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 4CB45C001DF for ; Tue, 25 Jul 2023 05:02:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231629AbjGYFCO (ORCPT ); Tue, 25 Jul 2023 01:02:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231435AbjGYFCK (ORCPT ); Tue, 25 Jul 2023 01:02:10 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73CF910F6; Mon, 24 Jul 2023 22:02:08 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36P51kiF041738; Tue, 25 Jul 2023 00:01:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690261306; bh=lFcom0UEatOELuZQ3twVXHZVMBsbFaCWpz0qBp7HjBU=; h=Date:CC:Subject:To:References:From:In-Reply-To; b=Z1lm6Yh3dbERaUw6yZFjGBwWAJFAkaf2xSfi6vHvaYV0qvmSxp1CL3sEUsMuN5HZp POQ2QO7eNdnMaZwWKJpTgfC53PAXPo00gKyGhGYWlQBYGvoOH1fdXkOycBPZDmIGta XJfVQoUiQuQlUD10RE3z/v5SjmTLabPw0o3rp2Uo= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36P51kEY031608 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 25 Jul 2023 00:01:46 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE102.ent.ti.com (10.64.6.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:01:46 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE115.ent.ti.com (10.64.6.36) 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:01:46 -0500 Received: from [172.24.227.9] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36P51gFb031988; Tue, 25 Jul 2023 00:01:43 -0500 Message-ID: Date: Tue, 25 Jul 2023 10:31:42 +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 2/2] arm64: dts: ti: k3-j721s2: Add overlay to enable main CPSW2G with GESI To: Nishanth Menon References: <20230710094328.1359377-1-s-vadapalli@ti.com> <20230710094328.1359377-3-s-vadapalli@ti.com> <20230724175655.svvjykhkrifoyx3b@botanist> Content-Language: en-US From: Siddharth Vadapalli In-Reply-To: <20230724175655.svvjykhkrifoyx3b@botanist> 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 On 24/07/23 23:26, Nishanth Menon wrote: > On 15:13-20230710, Siddharth Vadapalli wrote: >> + rgmii1_pins_default: rgmii1-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/ Sure. I will update the node name and post the v3 series. -- Regards, Siddharth.