On Mon, Aug 26, 2024 at 11:36:27PM -0700, Qiang Yu wrote: > Describe PCIe3 controller and PHY. Also add required system resources like > regulators, clocks, interrupts and registers configuration for PCIe3. > > Signed-off-by: Qiang Yu <quic_qianyu@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/x1e80100.dtsi | 205 ++++++++++++++++++++++++- Why DTS is mixed with the drivers? This patchset is organized in confusing way. Please use standard upstream submission process - DTS is always the last in the patchset (or separate). Best regards, Krzysztof