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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no 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 850D4C4363D for ; Fri, 2 Oct 2020 21:08:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BDE720754 for ; Fri, 2 Oct 2020 21:08:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725730AbgJBVIl (ORCPT ); Fri, 2 Oct 2020 17:08:41 -0400 Received: from inva021.nxp.com ([92.121.34.21]:46910 "EHLO inva021.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725283AbgJBVIl (ORCPT ); Fri, 2 Oct 2020 17:08:41 -0400 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id B06CC200EDF; Fri, 2 Oct 2020 23:08:39 +0200 (CEST) Received: from inva024.eu-rdc02.nxp.com (inva024.eu-rdc02.nxp.com [134.27.226.22]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id A4175200178; Fri, 2 Oct 2020 23:08:39 +0200 (CEST) Received: from fsr-ub1864-126.ea.freescale.net (fsr-ub1864-126.ea.freescale.net [10.171.82.212]) by inva024.eu-rdc02.nxp.com (Postfix) with ESMTP id 5F1FA202AC; Fri, 2 Oct 2020 23:08:39 +0200 (CEST) From: Ioana Ciornei To: davem@davemloft.net, netdev@vger.kernel.org Cc: shawnguo@kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, Ioana Ciornei Subject: [PATCH net-next v2 00/10] arm64: dts: layerscape: update MAC nodes with PHY information Date: Sat, 3 Oct 2020 00:07:27 +0300 Message-Id: <20201002210737.27645-1-ioana.ciornei@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch set aims to add the necessary DTS nodes to complete the MAC/PCS/PHY representation on DPAA2 devices. The external MDIO bus nodes and the PHYs found on them are added, along with the PCS MDIO internal buses and their PCS PHYs. Also, links to these PHYs are added from the DPMAC node. I am resending these via netdev because I am not really sure if Shawn is still able to take them in time for 5.10 since his last activity on the tree has been some time ago. I tested them on linux-next and there are no conflicts. Changes in v2: - documented the dpmac node into a new yaml entry - dropped the '0x' from some unit addresses Ioana Ciornei (10): dt-bindings: net: add the dpaa2-mac DTS definition arm64: dts: ls1088a: add external MDIO device nodes arm64: dts: ls1088ardb: add QSGMII PHY nodes arm64: dts: ls1088ardb: add necessary DTS nodes for DPMAC2 arm64: dts: ls208xa: add the external MDIO nodes arm64: dts: ls2088ardb: add PHY nodes for the CS4340 PHYs arm64: dts: ls2088ardb: add PHY nodes for the AQR405 PHYs arm64: dts: ls208xa: add PCS MDIO and PCS PHY nodes arm64: dts: lx2160a: add PCS MDIO and PCS PHY nodes arm64: dts: lx2160ardb: add nodes for the AQR107 PHYs .../devicetree/bindings/net/dpaa2-mac.yaml | 55 ++++ .../boot/dts/freescale/fsl-ls1088a-rdb.dts | 119 +++++++++ .../arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 81 ++++++ .../boot/dts/freescale/fsl-ls2088a-rdb.dts | 118 ++++++++ .../arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 242 +++++++++++++++++ .../boot/dts/freescale/fsl-lx2160a-rdb.dts | 32 +++ .../arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 252 ++++++++++++++++++ 7 files changed, 899 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/dpaa2-mac.yaml -- 2.28.0