@@ -24,3 +24,18 @@ driver implementation may support the following properties:
unsupported link speed, for instance, trying to do training for
unsupported link speed, etc. Must be '4' for gen4, '3' for gen3, '2'
for gen2, and '1' for gen1. Any other values are invalid.
+
+- slot-pluggable:
+ PCI hotplug feature is supported.
+ PCI hotplug implementation is SOC/Board specific, and also it depends on
+ how add-in card is designed (e.g. how many present pins are implemented).
+ If the slot-pluggable property is present, the following propertey could
+ become effective.
+ - prsnt-gpios:
+ Array of gpios, could be present if hotplug is supported.
+ This property defines gpio based hotplug implementation.
+ Example:
+ If x8 card is connected, then it might be possible that all the
+ 3 present pins could go low, or at least one pin goes low.
+ If x4 card is connected, then it might be possible that 2 present
+ pins go low, or at least one pin goes low.