netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Abel Vesa <abel.vesa@nxp.com>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Joakim Zhang <qiangqing.zhang@nxp.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	devicetree@vger.kernel.org, <netdev@vger.kernel.org>,
	linux-phy@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Dong Aisheng <aisheng.dong@nxp.com>
Subject: [PATCH v9 07/12] dt-bindings: net: fec: Add i.MX8DXL compatible string
Date: Tue,  7 Jun 2022 14:16:20 +0300	[thread overview]
Message-ID: <20220607111625.1845393-8-abel.vesa@nxp.com> (raw)
In-Reply-To: <20220607111625.1845393-1-abel.vesa@nxp.com>

Add the i.MX8DXL compatible string for FEC. It also uses
"fsl,imx8qm-fec".

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/net/fsl,fec.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index daa2f79a294f..92654823f3dd 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -58,6 +58,10 @@ properties:
               - fsl,imx8qxp-fec
           - const: fsl,imx8qm-fec
           - const: fsl,imx6sx-fec
+      - items:
+          - enum:
+              - fsl,imx8dxl-fec
+          - const: fsl,imx8qm-fec
 
   reg:
     maxItems: 1
-- 
2.34.3


  parent reply	other threads:[~2022-06-07 11:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07 11:16 [PATCH v9 00/12] arm64: dts: Add i.MX8DXL initial support Abel Vesa
2022-06-07 11:16 ` [PATCH v9 01/12] arm64: dts: freescale: Add adma subsystem dtsi for imx8dxl Abel Vesa
2022-06-07 11:16 ` [PATCH v9 02/12] arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi Abel Vesa
2022-06-07 11:16 ` [PATCH v9 03/12] arm64: dts: freescale: Add ddr subsys dtsi for imx8dxl Abel Vesa
2022-06-07 11:16 ` [PATCH v9 04/12] arm64: dts: freescale: Add lsio " Abel Vesa
2022-06-07 11:16 ` [PATCH v9 05/12] arm64: dts: freescale: Add the top level dtsi support " Abel Vesa
2022-06-07 11:16 ` [PATCH v9 06/12] dt-bindings: arm: Document i.MX8DXL EVK board binding Abel Vesa
2022-06-07 11:16 ` Abel Vesa [this message]
2022-06-07 11:16 ` [PATCH v9 08/12] dt-bindings: phy: mxs-usb-phy: Add i.MX8DXL compatible string Abel Vesa
2022-06-08 16:22   ` Vinod Koul
2022-10-12 11:45     ` Peng Fan
2022-10-12 12:52       ` Krzysztof Kozlowski
2022-06-07 11:16 ` [PATCH v9 09/12] dt-bindings: usb: ci-hdrc-usb2: " Abel Vesa
2022-06-07 11:16 ` [PATCH v9 10/12] dt-bindings: usb: usbmisc-imx: " Abel Vesa
2022-06-07 11:16 ` [PATCH v9 11/12] dt-bindings: arm: freescale: scu-ocotp: " Abel Vesa
2022-06-28 14:34   ` Rob Herring
2022-06-07 11:16 ` [PATCH v9 12/12] dt-bindings: arm: freescale: scu-pd: " Abel Vesa
2022-06-28 14:35   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220607111625.1845393-8-abel.vesa@nxp.com \
    --to=abel.vesa@nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=qiangqing.zhang@nxp.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).