diff mbox series

[v2,1/2] dt-bindings: PCI: xilinx-nwl: Modify ECAM size in example.

Message ID 20230808103733.93707-3-thippeswamy.havalige@amd.com (mailing list archive)
State Superseded
Headers show
Series [v2,1/2] dt-bindings: PCI: xilinx-nwl: Modify ECAM size in example. | expand

Commit Message

Havalige, Thippeswamy Aug. 8, 2023, 10:37 a.m. UTC
Update ECAM size in example to discover up to 256 buses.

Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@amd.com>
Signed-off-by: Bharat Kumar Gogada <bharat.kumar.gogada@amd.com>
---
changes in v2:
None.
changes in v1:
None.
---
 Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Hugo Villeneuve Aug. 8, 2023, 5:16 p.m. UTC | #1
On Tue, 8 Aug 2023 16:07:32 +0530
Thippeswamy Havalige <thippeswamy.havalige@amd.com> wrote:

Hi,
drop the final dot in all commit titles.

Hugo Villeneuve.


> Update ECAM size in example to discover up to 256 buses.
> 
> Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@amd.com>
> Signed-off-by: Bharat Kumar Gogada <bharat.kumar.gogada@amd.com>
> ---
> changes in v2:
> None.
> changes in v1:
> None.
> ---
>  Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml b/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml
> index 8976025..426f90a 100644
> --- a/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml
> @@ -118,7 +118,7 @@ examples:
>              compatible = "xlnx,nwl-pcie-2.11";
>              reg = <0x0 0xfd0e0000 0x0 0x1000>,
>                    <0x0 0xfd480000 0x0 0x1000>,
> -                  <0x80 0x00000000 0x0 0x1000000>;
> +                  <0x80 0x00000000 0x0 0x10000000>;
>              reg-names = "breg", "pcireg", "cfg";
>              ranges = <0x02000000 0x0 0xe0000000 0x0 0xe0000000 0x0 0x10000000>,
>                       <0x43000000 0x00000006 0x0 0x00000006 0x0 0x00000002 0x0>;
> -- 
> 1.8.3.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml b/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml
index 8976025..426f90a 100644
--- a/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml
@@ -118,7 +118,7 @@  examples:
             compatible = "xlnx,nwl-pcie-2.11";
             reg = <0x0 0xfd0e0000 0x0 0x1000>,
                   <0x0 0xfd480000 0x0 0x1000>,
-                  <0x80 0x00000000 0x0 0x1000000>;
+                  <0x80 0x00000000 0x0 0x10000000>;
             reg-names = "breg", "pcireg", "cfg";
             ranges = <0x02000000 0x0 0xe0000000 0x0 0xe0000000 0x0 0x10000000>,
                      <0x43000000 0x00000006 0x0 0x00000006 0x0 0x00000002 0x0>;