ARM: dts: msm: Define maximum number of USB XHCI interrupters

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: I47ddfb603490afd2ab51d7c7fa9ecf844729eb62
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
This commit is contained in:
Uttkarsh Aggarwal
2024-11-29 15:18:15 +05:30
parent 09aecebe0c
commit 1040b85b03

View File

@@ -89,6 +89,7 @@
snps,dis_u2_susphy_quirk; snps,dis_u2_susphy_quirk;
snps,ssp-u3-u0-quirk; snps,ssp-u3-u0-quirk;
tx-fifo-resize; tx-fifo-resize;
num-hc-interrupters = /bits/ 16 <3>;
dr_mode = "otg"; dr_mode = "otg";
maximum-speed = "super-speed-plus"; maximum-speed = "super-speed-plus";
usb-role-switch; usb-role-switch;