aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy2020-08-21 06:54:09 -0500
committerDan Murphy2020-08-21 06:54:09 -0500
commit006806a245273e5489b715a0a7bdd0ef31a43646 (patch)
tree88b8066899ac8c1442d508a1eb1435b1f739da59
parent6edf34e41110fcf8bdcbff134f24b74a58e8ae8b (diff)
parent53de14c602744d5e5fc16b4ddf59515c4c185d4a (diff)
downloadti-upstream-tools-006806a245273e5489b715a0a7bdd0ef31a43646.tar.gz
ti-upstream-tools-006806a245273e5489b715a0a7bdd0ef31a43646.tar.xz
ti-upstream-tools-006806a245273e5489b715a0a7bdd0ef31a43646.zip
Merge pull request #12 in LCPDPUB/ti-upstream-tools from ~A0393678/kishon-ti-upstream-tools:j7200_enable_pci to next
* commit '53de14c602744d5e5fc16b4ddf59515c4c185d4a': system_test: Add overlays for testing PCIe RC and EP
-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, 42 insertions, 0 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
new file mode 100644
index 0000000..83d08b1
--- /dev/null
+++ b/arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie-ep.dtso
@@ -0,0 +1,17 @@
1// SPDX-License-Identifier: GPL-2.0
2/**
3 * Overlay for enabling PCIe on k3-j7200-evm board
4 *
5 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
6 */
7
8/dts-v1/;
9/plugin/;
10
11&pcie1_rc {
12 status = "disabled";
13};
14
15&pcie1_ep {
16 status = "okay";
17};
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
new file mode 100644
index 0000000..dcf133a
--- /dev/null
+++ b/arch/arm64/boot/dts/ti/system_test/pcie/pcie_ep/k3-j7200-common-proc-board-pcie.dtso
@@ -0,0 +1,25 @@
1// SPDX-License-Identifier: GPL-2.0
2/**
3 * Overlay for enabling PCIe on k3-j7200-evm board
4 *
5 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
6 */
7
8/dts-v1/;
9/plugin/;
10
11#include <dt-bindings/mux/mux-j7200-wiz.h>
12
13&serdes_ln_ctrl {
14 idle-states = <SERDES0_LANE0_PCIE1_LANE0>, <SERDES0_LANE1_PCIE1_LANE1>,
15 <SERDES0_LANE2_PCIE1_LANE2>, <SERDES0_LANE3_PCIE1_LANE3>;
16 status = "okay";
17};
18
19&serdes_wiz0 {
20 status = "okay";
21};
22
23&pcie1_rc {
24 status = "okay";
25};