From ed005ef0658e99a17b9d683fc3249ab109ec04e0 Mon Sep 17 00:00:00 2001 From: Jigyanshu Mani Date: Tue, 1 Oct 2024 15:03:00 +0530 Subject: [PATCH] ARM: dts: msm: Define max no.of XHCI interrupters for ravelin 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: I9e8592c8f62562f44c760571ac1505ab80b05fc6 Signed-off-by: Jigyanshu Mani --- qcom/ravelin-usb.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/ravelin-usb.dtsi b/qcom/ravelin-usb.dtsi index bd29bc5e..52a3c92d 100644 --- a/qcom/ravelin-usb.dtsi +++ b/qcom/ravelin-usb.dtsi @@ -77,6 +77,7 @@ snps,dis_u2_susphy_quirk; snps,dis_u3_susphy_quirk; tx-fifo-resize; + num-hc-interrupters = /bits/ 16 <3>; dr_mode = "otg"; maximum-speed = "super-speed"; usb-role-switch;