Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: Add DT binding for "reset-gpios" property

Add DT binding for "reset-gpios" property which supports GPIO based PERST#
signal.

Signed-off-by: Manikanta Maddireddy <mmaddireddy@nvidia.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Thierry Reding <treding@nvidia.com>

authored by

Manikanta Maddireddy and committed by
Lorenzo Pieralisi
0fc8b82f 2d8c7361

+3
+3
Documentation/devicetree/bindings/pci/pci.txt
··· 24 24 unsupported link speed, for instance, trying to do training for 25 25 unsupported link speed, etc. Must be '4' for gen4, '3' for gen3, '2' 26 26 for gen2, and '1' for gen1. Any other values are invalid. 27 + - reset-gpios: 28 + If present this property specifies PERST# GPIO. Host drivers can parse the 29 + GPIO and apply fundamental reset to endpoints. 27 30 28 31 PCI-PCI Bridge properties 29 32 -------------------------