From patchwork Thu Mar 9 07:36:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddharth Vadapalli X-Patchwork-Id: 13166865 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 C52DAC6FD1F for ; Thu, 9 Mar 2023 07:36:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229991AbjCIHgm (ORCPT ); Thu, 9 Mar 2023 02:36:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229809AbjCIHgl (ORCPT ); Thu, 9 Mar 2023 02:36:41 -0500 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FF9B34007; Wed, 8 Mar 2023 23:36:37 -0800 (PST) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3297aIHs075859; Thu, 9 Mar 2023 01:36:18 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1678347378; bh=4kesHyziIIecK257RJyxYTTFFwyIPqWkBk5KU73VZKE=; h=From:To:CC:Subject:Date; b=SypZOeqyUTUQoiV/fZfIYXyOHT2WeF91NnaHGPgLXIZvyDTExBjjdyt6Eu7IlgaGR 03F1lVcOoSIV2i8L9bkYFdQLiLGL0U9Lo0emIUk7IkIbt9OSahj5/sweEisjATMjRd gOLceNZoWQ4ELByQERjSQ9cLBRsE7iTcJFM8OIY0= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3297aIue015637 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 9 Mar 2023 01:36:18 -0600 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Thu, 9 Mar 2023 01:36:17 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) 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 via Frontend Transport; Thu, 9 Mar 2023 01:36:17 -0600 Received: from uda0492258.dhcp.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3297aDWv019672; Thu, 9 Mar 2023 01:36:13 -0600 From: Siddharth Vadapalli To: , , , , , , , , , CC: , , , , , Subject: [PATCH net-next v3 0/2] Update CPSW bindings for Serdes PHY Date: Thu, 9 Mar 2023 13:06:10 +0530 Message-ID: <20230309073612.431287-1-s-vadapalli@ti.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Hello, This series adds documentation for the Serdes PHY. Also, the name used to refer to the Serdes PHY in the am65-cpsw driver is updated to match the documented name. --- Documenting the Serdes PHY bindings was missed out in the already merged series at: https://lore.kernel.org/r/20230104103432.1126403-1-s-vadapalli@ti.com/ This miss was pointed out at: https://lore.kernel.org/r/CAMuHMdW5atq-FuLEL3htuE3t2uO86anLL3zeY7n1RqqMP_rH1g@mail.gmail.com/ Changes from v2: 1. Drop "phy" suffixes in the phy-names property, changing "mac-phy" and "serdes-phy" to "mac" and "serdes". 2. Add a new patch to update the name used by the am65-cpsw driver to refer to the Serdes PHY, from "serdes-phy" to "serdes". Changes from v1: 1. Describe phys property with minItems, items and description. 2. Use minItems and items in phy-names. 3. Remove the description in phy-names. v2: https://lore.kernel.org/r/20230308051835.276552-1-s-vadapalli@ti.com/ v1: https://lore.kernel.org/r/20230306094750.159657-1-s-vadapalli@ti.com/ Siddharth Vadapalli (2): dt-bindings: net: ti: k3-am654-cpsw-nuss: Document Serdes PHY net: ethernet: ti: am65-cpsw: Update name of Serdes PHY .../bindings/net/ti,k3-am654-cpsw-nuss.yaml | 14 ++++++++++++-- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-)