Skip to content

Commit 01fec70

Browse files
dt-bindings: PCI: ti,j721e-pci-host: Add support for J722S SoC
TI's J722S SoC has one instance of a Gen3 Single-Lane PCIe controller. The controller on J722S SoC is similar to the one present on TI's AM64 SoC, with the difference being that the controller on AM64 SoC supports up to Gen2 link speed while the one on J722S SoC supports Gen3 link speed. Update the bindings with a new compatible for J722S SoC. Technical Reference Manual of J722S SoC: https://www.ti.com/lit/zip/sprujb3 Link: https://lore.kernel.org/linux-pci/[email protected] Signed-off-by: Siddharth Vadapalli <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Acked-by: Conor Dooley <[email protected]>
1 parent 78d2128 commit 01fec70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ properties:
2323
items:
2424
- const: ti,j7200-pcie-host
2525
- const: ti,j721e-pcie-host
26+
- description: PCIe controller in J722S
27+
items:
28+
- const: ti,j722s-pcie-host
29+
- const: ti,j721e-pcie-host
2630

2731
reg:
2832
maxItems: 4

0 commit comments

Comments
 (0)