Skip to content

Commit 5f69f87

Browse files
FORMLIST: dt-bindings: PCI: qcom,pcie-sa8775p: document link_down reset
Each PCIe controller on sa8775p includes 'link_down'reset on hardware, document it. Signed-off-by: Ziyue Zhang <quic_ziyuzhan@quicinc.com> Link: https://lore.kernel.org/all/20250625090048.624399-3-quic_ziyuzhan@quicinc.com/
1 parent ac2552e commit 5f69f87

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,14 @@ properties:
5959
- const: msi7
6060

6161
resets:
62-
maxItems: 1
62+
items:
63+
- description: PCIe controller reset
64+
- description: PCIe link down reset
6365

6466
reset-names:
6567
items:
66-
- const: pci
68+
- const: pci # PCIe core reset
69+
- const: link_down # PCIe link down reset
6770

6871
required:
6972
- interconnects
@@ -157,8 +160,10 @@ examples:
157160
158161
power-domains = <&gcc PCIE_0_GDSC>;
159162
160-
resets = <&gcc GCC_PCIE_0_BCR>;
161-
reset-names = "pci";
163+
resets = <&gcc GCC_PCIE_0_BCR>,
164+
<&gcc GCC_PCIE_0_LINK_DOWN_BCR>;
165+
reset-names = "pci",
166+
"link_down";
162167
163168
perst-gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
164169
wake-gpios = <&tlmm 0 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)