On Tue, Mar 25, 2025 at 08:18:26AM +0100, Mike Looijmans wrote:
Introduce optional `reset-gpios` property to enable GPIO-based controlDrop pci.txt, we don't use TXT bindings anymore.
of the PCIe root port PERST# signal, as described in pci.txt.
Signed-off-by: Mike Looijmans <mike.looijmans@xxxxxxxx>So what was in v1? Empty patch?
---
Changes in v2:
Add binding for reset-gpios
.../devicetree/bindings/pci/xlnx,axi-pcie-host.yaml | 5 +++++Why do you need it? It's already there, in PCI schemas, isn't it?
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/pci/xlnx,axi-pcie-host.yaml b/Documentation/devicetree/bindings/pci/xlnx,axi-pcie-host.yaml
index fb87b960a250..2b0fabdd5e16 100644
--- a/Documentation/devicetree/bindings/pci/xlnx,axi-pcie-host.yaml
+++ b/Documentation/devicetree/bindings/pci/xlnx,axi-pcie-host.yaml
@@ -28,6 +28,9 @@ properties:
ranges for the PCI memory regions (I/O space region is not
supported by hardware)
+ reset-gpios:
+ maxItems: 1
Why is this patch needed?
Best regards,
Krzysztof