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: rockchip: Use generic binding

Use the generic binding for Rockchip. This should either be
ignored/dropped or squashed into the previous commit.

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

authored by

Sebastian Reichel and committed by
Rob Herring
591d3833 ebce9f66

+6 -3
+1 -2
Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
··· 17 17 snps,dw-pcie.yaml. 18 18 19 19 allOf: 20 - - $ref: /schemas/pci/pci-bus.yaml# 21 - - $ref: /schemas/pci/snps,dw-pcie-common.yaml# 20 + - $ref: /schemas/pci/snps,dw-pcie.yaml# 22 21 23 22 properties: 24 23 compatible:
+5 -1
Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
··· 197 197 Link Control register). 198 198 const: bw_mg 199 199 - description: 200 + Combined Legacy A/B/C/D interrupt signal. See "^int(a|b|c|d)$" for 201 + details. 202 + const: legacy 203 + - description: 200 204 Vendor-specific IRQ names. Consider using the generic names above 201 205 for new bindings. 202 206 oneOf: 203 207 - description: See native "app" IRQ for details 204 - enum: [ intr ] 208 + enum: [ intr, sys, pmc, msg, err ] 205 209 206 210 additionalProperties: true 207 211