From 9126253e9c3ea0dd987def1bd21a2b071931dce0 Mon Sep 17 00:00:00 2001 From: Wesley Cheng Date: Fri, 26 Apr 2024 15:39:00 -0700 Subject: [PATCH] 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: I33471627bb03087dc7b509cd9dd13ef19c840c04 Signed-off-by: Wesley Cheng --- qcom/sun-usb.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/sun-usb.dtsi b/qcom/sun-usb.dtsi index d8a1d1cb..12a7ded6 100644 --- a/qcom/sun-usb.dtsi +++ b/qcom/sun-usb.dtsi @@ -79,6 +79,7 @@ snps,dis_u2_susphy_quirk; snps,ssp-u3-u0-quirk; tx-fifo-resize; + num-hc-interrupters = /bits/ 16 <3>; dr_mode = "otg"; maximum-speed = "super-speed-plus"; usb-role-switch;