Skip to content

Commit f664d0a

Browse files
Pull request #1878: Kernel: PCIe: PCIe_End_Point: Document DT overlay for AM64x
Merge in PROCESSOR-SDK/processor-sdk-doc from ~A0492258/siddharth-processor-sdk-doc:10-x-am64-pcie-overlay to master * commit 'a9a27e0e8c1e6a77ec2f42053179eaea9b0c8ab9': Kernel: PCIe: PCIe_End_Point: Document DT overlay for AM64x
2 parents 55b5d11 + a9a27e0 commit f664d0a

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.rst

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -372,27 +372,14 @@ file.
372372
373373
.. ifconfig:: CONFIG_part_family in ('AM64X_family')
374374

375-
To configure AM64 EVM in EP mode, apply the following patch:
375+
To configure AM64 EVM in EP mode, the device-tree overlay named
376+
:file:`k3-am642-evm-pcie0-ep.dtbo` needs to be applied at U-Boot.
376377

377-
::
378+
To automatically apply the overlay at U-Boot append the following line to the :file:`uEnv.txt` file:
378379

379-
diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
380-
index 96f90ebf28aa..86703b1dd7f3 100644
381-
--- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts
382-
+++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
383-
@@ -711,13 +711,13 @@ &pcie0_rc {
384-
phys = <&serdes0_pcie_link>;
385-
phy-names = "pcie-phy";
386-
num-lanes = <1>;
387-
+ status = "disabled";
388-
};
380+
.. code-block:: text
389381
390-
&pcie0_ep {
391-
phys = <&serdes0_pcie_link>;
392-
phy-names = "pcie-phy";
393-
num-lanes = <1>;
394-
- status = "disabled";
395-
};
382+
name_overlays="ti/k3-am642-evm-pcie0-ep.dtbo"
396383
397384
.. rubric:: *Linux Driver Configuration*
398385

0 commit comments

Comments
 (0)