aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-09-02 09:22:39 -0500
committerDan Murphy <dmurphy@ti.com>2020-09-02 09:22:39 -0500
commit7ac7abf1d1a580975cc9acafd11ebdb817b95eaa (patch)
tree8413c0724e2ce5d46c6f7009990941c1aa589a8e
parentb318b3f86ba87d6ebd6af07adbc9d7cc617bce95 (diff)
downloadlinux-dt-7ac7abf1d1a580975cc9acafd11ebdb817b95eaa.tar.gz
Revert "system_test: Add overlays for testing PCIe RC and EP"
This reverts commit 53de14c602744d5e5fc16b4ddf59515c4c185d4a. This causes an upstream build failure for missing dt header dt-bindings/mux/mux-j7200-wiz.h Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r--arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie-ep.dtso17
-rw-r--r--arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie.dtso25
2 files changed, 0 insertions, 42 deletions
diff --git a/arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie-ep.dtso b/arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie-ep.dtso
deleted file mode 100644
index 83d08b1..0000000
--- a/arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie-ep.dtso
+++ /dev/null
@@ -1,17 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/**
- * Overlay for enabling PCIe on k3-j7200-evm board
- *
- * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
- */
-
-/dts-v1/;
-/plugin/;
-
-&pcie1_rc {
- status = "disabled";
-};
-
-&pcie1_ep {
- status = "okay";
-};
diff --git a/arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie.dtso b/arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie.dtso
deleted file mode 100644
index dcf133a..0000000
--- a/arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie.dtso
+++ /dev/null
@@ -1,25 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/**
- * Overlay for enabling PCIe on k3-j7200-evm board
- *
- * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
- */
-
-/dts-v1/;
-/plugin/;
-
-#include <dt-bindings/mux/mux-j7200-wiz.h>
-
-&serdes_ln_ctrl {
- idle-states = <SERDES0_LANE0_PCIE1_LANE0>, <SERDES0_LANE1_PCIE1_LANE1>,
- <SERDES0_LANE2_PCIE1_LANE2>, <SERDES0_LANE3_PCIE1_LANE3>;
- status = "okay";
-};
-
-&serdes_wiz0 {
- status = "okay";
-};
-
-&pcie1_rc {
- status = "okay";
-};