On Sat, Apr 19, 2025 at 10:49:26AM +0530, Krishna Chaitanya Chundru wrote: > There are many places we agreed to move the wake and perst gpio's > and phy etc to the pcie root port node instead of bridge node[1]. > > So move the phy, phy-names, wake-gpio's in the root port. > There is already reset-gpio defined for PERST# in pci-bus-common.yaml, > start using that property instead of perst-gpio. Moving the properties will break existing kernels. If that doesn't matter for these platforms, say so in the commit msg. > > [1] https://lore.kernel.org/linux-pci/20241211192014.GA3302752@bhelgaas/ > > Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@xxxxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 5 ++++- > arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 5 ++++- > arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 5 ++++- > arch/arm64/boot/dts/qcom/sc7280.dtsi | 6 ++---- > 4 files changed, 14 insertions(+), 7 deletions(-)