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,dwc3: Make ss_phy_irq optional for X1E80100

X1 has multiple DWC3 hosts, including one that's USB2, which naturally
means it doesn't have a SuperSpeed interrupt. Make it optional to fix
warnings such as:

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

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20241116-topic-x1e_usb2_bindings-v1-1-dde2d63f428f@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Konrad Dybcio and committed by
Greg Kroah-Hartman
a787bfff 8d674357

+2
+2
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
··· 453 453 then: 454 454 properties: 455 455 interrupts: 456 + minItems: 3 456 457 maxItems: 4 457 458 interrupt-names: 459 + minItems: 3 458 460 items: 459 461 - const: pwr_event 460 462 - const: dp_hs_phy_irq