From: Apeksha Gupta <apeksha.gupta@nxp.com>
To: qiangqing.zhang@nxp.com, davem@davemloft.net, kuba@kernel.org
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-devel@linux.nxdi.nxp.com, LnxRevLi@nxp.com,
sachin.saxena@nxp.com, hemant.agrawal@nxp.com,
nipun.gupta@nxp.com, Apeksha Gupta <apeksha.gupta@nxp.com>
Subject: [PATCH 5/5] arm64: dts: imx8mm-evk-dpdk: dts for fec-uio driver
Date: Wed, 10 Nov 2021 11:18:38 +0530 [thread overview]
Message-ID: <20211110054838.27907-6-apeksha.gupta@nxp.com> (raw)
In-Reply-To: <20211110054838.27907-1-apeksha.gupta@nxp.com>
New DTS file 'imx8mm-evk-dpdk.dts' is added to support fec
ethernet device detection in user space DPDK application via
fec-uio driver.
Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com>
Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
---
arch/arm64/boot/dts/freescale/Makefile | 1 +
arch/arm64/boot/dts/freescale/imx8mm-evk-dpdk.dts | 10 ++++++++++
2 files changed, 11 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-evk-dpdk.dts
diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index db9e36ebe932..d8aabfc770fd 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -33,6 +33,7 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2162a-qds.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mm-beacon-kit.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mm-evk.dtb
+dtb-$(CONFIG_ARCH_MXC) += imx8mm-evk-dpdk.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mm-ddr4-evk.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mm-icore-mx8mm-ctouch2.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mm-icore-mx8mm-edimm2.2.dtb
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk-dpdk.dts b/arch/arm64/boot/dts/freescale/imx8mm-evk-dpdk.dts
new file mode 100644
index 000000000000..3b5503933a35
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8mm-evk-dpdk.dts
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2021 NXP
+ */
+
+#include "imx8mm-evk.dts"
+
+&fec1 {
+ compatible = "fsl,imx8mm-fec-uio";
+};
--
2.17.1
next prev parent reply other threads:[~2021-11-10 5:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-10 5:48 [PATCH 0/5] drivers/net: add NXP FEC-UIO driver Apeksha Gupta
2021-11-10 5:48 ` [PATCH 1/5] dt-bindings: add binding for fec-uio Apeksha Gupta
2021-11-10 5:48 ` [PATCH 2/5] net: fec: fec-uio driver Apeksha Gupta
2021-11-10 22:06 ` Andrew Lunn
2021-11-10 5:48 ` [PATCH 3/5] ARM64: defconfig: Add config for fec-uio Apeksha Gupta
2021-11-10 5:48 ` [PATCH 4/5] MAINTAINERS: add new file Apeksha Gupta
2021-11-10 5:48 ` Apeksha Gupta [this message]
2021-11-10 22:11 ` [PATCH 5/5] arm64: dts: imx8mm-evk-dpdk: dts for fec-uio driver Andrew Lunn
2021-11-11 11:06 ` [PATCH 0/5] drivers/net: add NXP FEC-UIO driver Michael Walle
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=20211110054838.27907-6-apeksha.gupta@nxp.com \
--to=apeksha.gupta@nxp.com \
--cc=LnxRevLi@nxp.com \
--cc=davem@davemloft.net \
--cc=hemant.agrawal@nxp.com \
--cc=kuba@kernel.org \
--cc=linux-devel@linux.nxdi.nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nipun.gupta@nxp.com \
--cc=qiangqing.zhang@nxp.com \
--cc=sachin.saxena@nxp.com \
/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).