ARM: dts: msm: Define max no.of XHCI interrupters for parrot

DWC3 host and XHCI plat now communicates the maximum number
of interrupters the XHCI HCD will allocate. Since platforms
only require a limited number of interrupters (i.e. 3) make
sure XHCI doesn't allocate more than is required.

Change-Id: I9f22a477377873284f1d69fe98c9a466ce237184
Signed-off-by: Saranya R <quic_sarar@quicinc.com>
This commit is contained in:
Saranya R
2024-07-25 14:35:46 +05:30
parent 26c2d81f5a
commit 388c7d4765

View File

@@ -79,6 +79,7 @@
snps,dis_u2_susphy_quirk; snps,dis_u2_susphy_quirk;
snps,dis_u3_susphy_quirk; snps,dis_u3_susphy_quirk;
tx-fifo-resize; tx-fifo-resize;
num-hc-interrupters = /bits/ 16 <3>;
dr_mode = "peripheral"; dr_mode = "peripheral";
maximum-speed = "super-speed"; maximum-speed = "super-speed";
}; };