Hi, * Romain Naour <romain.naour@xxxxxxxx> [220822 15:39]: > From: Romain Naour <romain.naour@xxxxxxx> > > From [1] > AM5 and DRA7 SoC families have different set of modules in them so the > SoC sepecific dtsi files need to be separated. > > e.g. Some of the major differences between AM576 and DRA76 > > DRA76x AM576x > > USB3 x > USB4 x > ATL x > VCP x > MLB x > ISS x > PRU-ICSS1 x > PRU-ICSS2 x > > But commit [2] removed usb4_tm part from am5748.dtsi and introcuded new > ti-sysc errors in dmesg. OK makes sense to me. Can you please update your patch to use proper Fixes tags and commit descriptions? This way the patch will get automatically picked up for stable kernels as a fix. So something like this instead of listing URLs to commits: Commit bcbb63b80284 ("ARM: dts: dra7: Separate AM57 dtsi files") blah blah, then commit 176f26bcd41a ("ARM: dts: Add support for dra762 abz package") blah blah... Fixes: 176f26bcd41a ("ARM: dts: Add support for dra762 abz package") Regards, Tony