summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dxl-evk-pcie.dts
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2020-04-09 18:04:04 +0800
committerFugang Duan <fugang.duan@nxp.com>2020-04-09 18:04:04 +0800
commitcbd935672b0f8561ddaf4affd6d8dab39fed3ed5 (patch)
treeb2eb38a51d8bd4eacccd36653bc0e4148f76e32e /arch/arm64/boot/dts/freescale/imx8dxl-evk-pcie.dts
parent29eda88da89e34ad792fff0872be4f1ba67e173c (diff)
MLK-23764 arm64: dts: imx8dxl: enable wireless support for evk board
Add extra pcie dts file to enable wireless (like NXP 88w8997 and CYPRESS 4356/4359) since most of A0 chips pcie has issue, which is convenient for tester to verify wireless on comming release with golden chips. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8dxl-evk-pcie.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8dxl-evk-pcie.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-evk-pcie.dts b/arch/arm64/boot/dts/freescale/imx8dxl-evk-pcie.dts
new file mode 100644
index 000000000000..9be6c12161da
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8dxl-evk-pcie.dts
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2020 NXP
+ */
+
+/dts-v1/;
+
+#include "imx8dxl-evk.dts"
+
+&pcieb {
+ status = "okay";
+};