Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,13 @@

.. Image:: /images/Pcie_ep_cable.jpg

An equivalent cable can be obtained from DigiKey (https://www.digikey.com/en/products/detail/3m/8kj2-0743-0250/5128345).
Obtain the above cable with model name PE-FLEX1-G2-MMCX-12-TI1 from

Check warning on line 119 in source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Definitions] Define acronyms and abbreviations (such as 'MMCX') on first occurrence if they're likely to be unfamiliar. Raw Output: {"message": "[RedHat.Definitions] Define acronyms and abbreviations (such as 'MMCX') on first occurrence if they're likely to be unfamiliar.", "location": {"path": "source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.rst", "range": {"start": {"line": 119, "column": 52}}}, "severity": "INFO"}
https://www.adexelec.com/pe-flex1-4-8-16. Please reach out to them for
further details.

.. ifconfig:: CONFIG_part_family in ('J7_family')

For x4-lane applications, use the cable with model PE-FLEX4-G2-MMCX-12-TI1.

Modify the cable to remove resistors in CK+ and CK- in order to avoid
ground loops (power) and smoking clock drivers (clk+/-).
Expand Down
Loading