On Thu, 26 Jun 2025 11:19:05 +0530, Sai Krishna Musham wrote: > Update the device tree binding example to include usage of the > `reset-gpios` property in PCIe Root Port (RP) bridge node for PERST# > signal handling. > > Signed-off-by: Sai Krishna Musham <sai.krishna.musham@xxxxxxx> > --- > Changes in v4: > - Remove reset-gpios define as it is already part of pci-bus-common.yaml. > > Changes in v3: > - Move reset-gpios to PCI bridge node. > > Changes in v2: > - Update commit message > > v3 https://lore.kernel.org/r/20250618080931.2472366-1-sai.krishna.musham@xxxxxxx/ > v2 https://lore.kernel.org/r/20250429090046.1512000-1-sai.krishna.musham@xxxxxxx/ > v1 https://lore.kernel.org/r/20250326041507.98232-1-sai.krishna.musham@xxxxxxx/ > --- > .../bindings/pci/amd,versal2-mdb-host.yaml | 22 +++++++++++++++++++ > 1 file changed, 22 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>