On 24-03-26 14:32:03, Rob Herring wrote: > On Tue, Mar 26, 2024 at 06:28:15PM +0200, Abel Vesa wrote: > > This RFC prepares for and adds support for 2 buses, which is supported > > in HW starting with version 7. Until now, none of the currently > > supported platforms in upstream have used the second bus. The X1E80100 > > platform, on the other hand, needs the second bus for the USB2.0 to work > > as there are 3 SMB2360 PMICs which provide eUSB2 repeaters and they are > > all found on the second bus. > > > > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx> > > --- > > Changes in v6: > > - Changed the compatible to platform specific (X1E80100) along with the > > schema. Fixed the spmi buses unit addresses and added the empty ranges > > property. Added missing properties to the spmi buses and the > > "unevaluatedProperties: false". > > - Deprecated the "qcom,bus-id" in the legacy schema. > > - Changed the driver to check for legacy compatible first > > - Link to v5: https://lore.kernel.org/r/20240221-spmi-multi-master-support-v5-0-3255ca413a0b@xxxxxxxxxx > > Where are Krzysztof's Reviewed-by tags? Urgh, did "b4 send --resend" which only sent the v5 as it was before the Reviewed-by tags have been picked up. My bad. I'll send a v6 with the tags appended. > > Rob