On Sat, 19 Apr 2025 10:49:24 +0530, Krishna Chaitanya Chundru wrote: > Move the phy, phy-names, wake-gpio's to the pcie root port node instead of > the bridge node, as agreed upon in multiple places one instance is[1]. > > Update the qcom,pcie-common.yaml to include the phy, phy-names, and > wake-gpios properties in the root port node. There is already reset-gpios > defined for PERST# in pci-bus-common.yaml, start using that property > instead of perst-gpio. > > For backward compatibility, do not remove any existing properties in the > bridge node. > > [1] https://lore.kernel.org/linux-pci/20241211192014.GA3302752@bhelgaas/ > > Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@xxxxxxxxxxxxxxxx> > --- > .../devicetree/bindings/pci/qcom,pcie-common.yaml | 36 ++++++++++++++++++++-- > .../devicetree/bindings/pci/qcom,pcie-sc7280.yaml | 16 +++++++--- > 2 files changed, 46 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>