2023-09-26 15:54:45

by Rob Herring (Arm)

[permalink] [raw]
Subject: [PATCH 2/3] dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus properties

Drop the unnecessary listing of properties already defined in
pci-bus.yaml. Unless there are additional constraints, it is not
necessary.

Signed-off-by: Rob Herring <[email protected]>
---
.../devicetree/bindings/pci/brcm,iproc-pcie.yaml | 15 ---------------
1 file changed, 15 deletions(-)

diff --git a/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml b/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml
index 0cb5bd6cffa1..6730d68fedc7 100644
--- a/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml
@@ -34,13 +34,6 @@ properties:
description: >
Base address and length of the PCIe controller I/O register space

- interrupt-map: true
-
- interrupt-map-mask: true
-
- "#interrupt-cells":
- const: 1
-
ranges:
minItems: 1
maxItems: 2
@@ -54,16 +47,8 @@ properties:
items:
- const: pcie-phy

- bus-range: true
-
dma-coherent: true

- "#address-cells": true
-
- "#size-cells": true
-
- device_type: true
-
brcm,pcie-ob:
type: boolean
description: >
--
2.40.1


2023-09-27 15:38:27

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 2/3] dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus properties

On Tue, Sep 26, 2023 at 10:53:41AM -0500, Rob Herring wrote:
> Drop the unnecessary listing of properties already defined in
> pci-bus.yaml. Unless there are additional constraints, it is not
> necessary.
>
> Signed-off-by: Rob Herring <[email protected]>

Acked-by: Conor Dooley <[email protected]>

Thanks,
Conor.

> ---
> .../devicetree/bindings/pci/brcm,iproc-pcie.yaml | 15 ---------------
> 1 file changed, 15 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml b/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml
> index 0cb5bd6cffa1..6730d68fedc7 100644
> --- a/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml
> @@ -34,13 +34,6 @@ properties:
> description: >
> Base address and length of the PCIe controller I/O register space
>
> - interrupt-map: true
> -
> - interrupt-map-mask: true
> -
> - "#interrupt-cells":
> - const: 1
> -
> ranges:
> minItems: 1
> maxItems: 2
> @@ -54,16 +47,8 @@ properties:
> items:
> - const: pcie-phy
>
> - bus-range: true
> -
> dma-coherent: true
>
> - "#address-cells": true
> -
> - "#size-cells": true
> -
> - device_type: true
> -
> brcm,pcie-ob:
> type: boolean
> description: >
> --
> 2.40.1
>


Attachments:
(No filename) (1.37 kB)
signature.asc (235.00 B)
Download all attachments

2023-09-29 03:13:18

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 2/3] dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus properties



On 9/26/2023 5:53 PM, Rob Herring wrote:
> Drop the unnecessary listing of properties already defined in
> pci-bus.yaml. Unless there are additional constraints, it is not
> necessary.
>
> Signed-off-by: Rob Herring <[email protected]>

Reviewed-by: Florian Fainelli <[email protected]>
--
Florian


Attachments:
smime.p7s (4.12 kB)
S/MIME Cryptographic Signature

2023-10-06 18:54:58

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 2/3] dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus properties


On Tue, 26 Sep 2023 10:53:41 -0500, Rob Herring wrote:
> Drop the unnecessary listing of properties already defined in
> pci-bus.yaml. Unless there are additional constraints, it is not
> necessary.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> .../devicetree/bindings/pci/brcm,iproc-pcie.yaml | 15 ---------------
> 1 file changed, 15 deletions(-)
>

Applied, thanks!