Message ID | 1688545032-17748-1-git-send-email-quic_msarkar@quicinc.com |
---|---|
Headers | show |
Series | arm64: qcom: sa8775p: add support for PCIe | expand |
On 05/07/2023 10:46, Manivannan Sadhasivam wrote: > On Wed, Jul 05, 2023 at 01:47:05PM +0530, Mrinmay Sarkar wrote: >> Update the relavent DT bindings for PCIe, add new config to the phy >> driver add pcie and phy nodes to the .dtsi file and enable then in >> board .dts file for the sa8775p-ride platform. >> >> Mrinmay Sarkar (6): >> dt-bindings: PCI: qcom: Add sa8775p compatible >> dt-bindings: phy: qcom,qmp: Add sa8775p QMP PCIe PHY >> PCI: qcom: Add support for sa8775p SoC >> phy: qcom-qmp-pcie: add support for sa8775p >> arm64: dts: qcom: sa8775p: Add pcie0 and pcie1 nodes >> arm64: dts: qcom: sa8775p-ride: enable pcie nodes > > Please note that the dts patches should come before driver patches. > Why? DTS is always independent thus usually put at the end of patchset or better separate. It is the first time I hear that DTS should be before driver. Best regards, Krzysztof
On 06/07/2023 13:12, Manivannan Sadhasivam wrote: >>> Please note that the dts patches should come before driver patches. >>> >> >> Why? DTS is always independent thus usually put at the end of patchset >> or better separate. It is the first time I hear that DTS should be >> before driver. >> > > This is what I was suggested by Rob during my initial days and I've been > following this pattern since then. If that's not the case, I have no issues. I really doubt Rob ever suggested that. He probably suggested that bindings must come before user, but not the DTS. Best regards, Krzysztof
On Thu, Jul 06, 2023 at 02:09:09PM +0200, Krzysztof Kozlowski wrote: > On 06/07/2023 13:12, Manivannan Sadhasivam wrote: > >>> Please note that the dts patches should come before driver patches. > >>> > >> > >> Why? DTS is always independent thus usually put at the end of patchset > >> or better separate. It is the first time I hear that DTS should be > >> before driver. > >> > > > > This is what I was suggested by Rob during my initial days and I've been > > following this pattern since then. If that's not the case, I have no issues. > > I really doubt Rob ever suggested that. He probably suggested that > bindings must come before user, but not the DTS. > Maybe I misunderstood it to be both bindings and dts. Thanks for clarifying. - Mani > Best regards, > Krzysztof >