Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: usb: qcom,snps-dwc3: Fix bindings for X1E80100

Add the missing multiport controller binding to target list.

Fix minItems for interrupt-names to avoid the following error on High
Speed controller:

usb@a200000: interrupt-names: ['dwc_usb3', 'pwr_event', 'dp_hs_phy_irq', 'dm_hs_phy_irq'] is too short

Fixes: 6e762f7b8edc ("dt-bindings: usb: Introduce qcom,snps-dwc3")
Cc: stable@vger.kernel.org
Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krishna Kurapati and committed by
Greg Kroah-Hartman
51cb04ab dddc0f71

+3
+3
Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
··· 68 68 - qcom,sm8550-dwc3 69 69 - qcom,sm8650-dwc3 70 70 - qcom,x1e80100-dwc3 71 + - qcom,x1e80100-dwc3-mp 71 72 - const: qcom,snps-dwc3 72 73 73 74 reg: ··· 461 460 then: 462 461 properties: 463 462 interrupts: 463 + minItems: 4 464 464 maxItems: 5 465 465 interrupt-names: 466 + minItems: 4 466 467 items: 467 468 - const: dwc_usb3 468 469 - const: pwr_event