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: PCI: dwc: improve msi handling

Allow missing "msi" interrupt, iff the node has a "msi-map" property.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20230731165723.53069-2-sebastian.reichel@collabora.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Sebastian Reichel and committed by
Rob Herring
84a7d0e5 0268e1ae

+9 -3
+9 -3
Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
··· 25 25 allOf: 26 26 - $ref: /schemas/pci/pci-bus.yaml# 27 27 - $ref: /schemas/pci/snps,dw-pcie-common.yaml# 28 + - if: 29 + not: 30 + required: 31 + - msi-map 32 + then: 33 + properties: 34 + interrupt-names: 35 + contains: 36 + const: msi 28 37 29 38 properties: 30 39 reg: ··· 202 193 oneOf: 203 194 - description: See native "app" IRQ for details 204 195 enum: [ intr ] 205 - allOf: 206 - - contains: 207 - const: msi 208 196 209 197 additionalProperties: true 210 198