On Tue, May 28, 2024 at 03:18:25PM +0300, Roger Quadros wrote: [...] > > + dr_mode = "host"; > > + maximum-speed = "super-speed"; > > + phys = <&serdes0_usb_link>; > > + phy-names = "cdns3,usb3-phy"; > > +}; > > diff --git a/arch/arm64/boot/dts/ti/k3-j722s.dtsi b/arch/arm64/boot/dts/ti/k3-j722s.dtsi > > index c75744edb143..61b64fae1bf4 100644 > > --- a/arch/arm64/boot/dts/ti/k3-j722s.dtsi > > +++ b/arch/arm64/boot/dts/ti/k3-j722s.dtsi > > @@ -87,3 +87,8 @@ &oc_sram { > > reg = <0x00 0x70000000 0x00 0x40000>; > > ranges = <0x00 0x00 0x70000000 0x40000>; > > }; > > + > > +/* Include bus peripherals that are additionally > > + * present in J722S > > + */ > > + #include "k3-j722s-main.dtsi" > > diff --git a/arch/arm64/boot/dts/ti/k3-serdes.h b/arch/arm64/boot/dts/ti/k3-serdes.h > > The k3-serdes.h changes should be in a separate independent patch. Ok. Will create a new patch in v4 addressing your comments on patch 5 of this series to combine Serdes1 changes as well into the same patch. Regards, Siddharth.