From 388c7d47658a9d1dfad0647c54d05ff74fd90725 Mon Sep 17 00:00:00 2001 From: Saranya R Date: Thu, 25 Jul 2024 14:35:46 +0530 Subject: [PATCH] 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 --- qcom/parrot-usb.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/parrot-usb.dtsi b/qcom/parrot-usb.dtsi index 93856c1f..1bcd000e 100644 --- a/qcom/parrot-usb.dtsi +++ b/qcom/parrot-usb.dtsi @@ -79,6 +79,7 @@ snps,dis_u2_susphy_quirk; snps,dis_u3_susphy_quirk; tx-fifo-resize; + num-hc-interrupters = /bits/ 16 <3>; dr_mode = "peripheral"; maximum-speed = "super-speed"; };