We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c10c0 commit f87b838Copy full SHA for f87b838
Documentation/devicetree/bindings/pci/cdns,cdns-pcie-host.yaml
@@ -18,13 +18,12 @@ properties:
18
const: cdns,cdns-pcie-host
19
20
reg:
21
- maxItems: 3
+ maxItems: 2
22
23
reg-names:
24
items:
25
- const: reg
26
- const: cfg
27
- - const: mem
28
29
msi-parent: true
30
@@ -49,9 +48,8 @@ examples:
49
48
device-id = <0x0200>;
50
51
reg = <0x0 0xfb000000 0x0 0x01000000>,
52
- <0x0 0x41000000 0x0 0x00001000>,
53
- <0x0 0x40000000 0x0 0x04000000>;
54
- reg-names = "reg", "cfg", "mem";
+ <0x0 0x41000000 0x0 0x00001000>;
+ reg-names = "reg", "cfg";
55
56
ranges = <0x02000000 0x0 0x42000000 0x0 0x42000000 0x0 0x1000000>,
57
<0x01000000 0x0 0x43000000 0x0 0x43000000 0x0 0x0010000>;
0 commit comments