Re: [PATCH v2 13/15] arm64: dts: qcom: msm8996: Move PCIe phy and GPIOs to root port node
Konrad Dybcio <[email protected]>
| Newsgroups | gmane.linux.ports.arm.msm,gmane.linux.drivers.devicetree,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 9/17/26 2:25 PM, Krishna Chaitanya Chundru wrote: > The PCIe phy reference and the perst/wake GPIO properties are > per root port and belong in the root port node (pcie@0), not in the > RC controller node. Move phys and phy-names from the controller to > pcie0_port0, pcie1_port0, and pcie2_port0, adding labels to these > nodes to allow board-level overrides. Move perst-gpios/wake-gpios > from the controller overrides to the respective port nodes in the > board files, renaming perst-gpios to reset-gpios to match the binding > used in the root port context. > > Signed-off-by: Krishna Chaitanya Chundru <[email protected]> > --- Reviewed-by: Konrad Dybcio <[email protected]> Konrad