On Fri, Jun 13, 2025 at 11:26:07AM GMT, Pritam Manohar Sutar wrote: > Add USB controller and USB PHY controller nodes for this SoC. > > The USB controller has following features: > * Dual Role Device (DRD) controller > * DWC3 compatible > * Supports USB 3.0 host and USB 3.0 device interfaces but phy > controller capability is limited to USB 2.0. > * Supports full-speed (12 Mbps) and high-speed (480 Mbps) modes with > USB device 2.0 interface > * Supports on-chip USB PHY transceiver > * Supports up to 16 bi-directional endpoints (that includes control > endpoint 0) > * Complies with xHCI 1.1 specification > > Signed-off-by: Pritam Manohar Sutar <pritam.sutar@xxxxxxxxxxx> > --- > .../boot/dts/exynos/exynosautov920-sadk.dts | 37 ++++++ > .../arm64/boot/dts/exynos/exynosautov920.dtsi | 108 ++++++++++++++++++ > 2 files changed, 145 insertions(+) DTS cannot be a dependency for driver changes. Organize your patchset correctly or fix the dependency. Best regards, Krzysztof