On 16.09.2023 02:10, Wesley Cheng wrote: > Add a new definition for specifying how many XHCI secondary interrupters > can be allocated. XHCI in general can potentially support up to 1024 > interrupters, which some uses may want to limit depending on how many > users utilize the interrupters. > > Signed-off-by: Wesley Cheng <quic_wcheng@xxxxxxxxxxx> > --- Any reason for a DWC3-specific property? Why not just use the XHCI-common one from patch 14 and error out if a value of more than 8 is found? Konrad