Skip to content

Commit 22f38a2

Browse files
Thippeswamy Havaligekwilczynski
authored andcommitted
dt-bindings: PCI: xilinx-nwl: Modify ECAM size in the DT example
Update ECAM size in the devicetree example to allow for the discovery of up to 256 buses. [kwilczynski: commit log] Link: https://lore.kernel.org/linux-pci/[email protected] Signed-off-by: Thippeswamy Havalige <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Acked-by: Rob Herring <[email protected]>
1 parent a2492ff commit 22f38a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ examples:
118118
compatible = "xlnx,nwl-pcie-2.11";
119119
reg = <0x0 0xfd0e0000 0x0 0x1000>,
120120
<0x0 0xfd480000 0x0 0x1000>,
121-
<0x80 0x00000000 0x0 0x1000000>;
121+
<0x80 0x00000000 0x0 0x10000000>;
122122
reg-names = "breg", "pcireg", "cfg";
123123
ranges = <0x02000000 0x0 0xe0000000 0x0 0xe0000000 0x0 0x10000000>,
124124
<0x43000000 0x00000006 0x0 0x00000006 0x0 0x00000002 0x0>;

0 commit comments

Comments
 (0)