[PATCH v4 09/15] dt-bindings: imx6q-pcie: remove reg and reg-name

Frank Li posted 15 patches 2 years ago
There is a newer version of this series
[PATCH v4 09/15] dt-bindings: imx6q-pcie: remove reg and reg-name
Posted by Frank Li 2 years ago
snps,dw-pcie.yaml already have reg and reg-name information. Needn't
duplciate here.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---

Notes:
    Change from v1 to v4:
    - new patch at v4

 .../devicetree/bindings/pci/fsl,imx6q-pcie.yaml        | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
index 81bbb8728f0f9..f20d4f0e3cb6c 100644
--- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
@@ -30,16 +30,6 @@ properties:
       - fsl,imx8mm-pcie
       - fsl,imx8mp-pcie
 
-  reg:
-    items:
-      - description: Data Bus Interface (DBI) registers.
-      - description: PCIe configuration space region.
-
-  reg-names:
-    items:
-      - const: dbi
-      - const: config
-
   clocks:
     minItems: 3
     items:
-- 
2.34.1
Re: [PATCH v4 09/15] dt-bindings: imx6q-pcie: remove reg and reg-name
Posted by Rob Herring 1 year, 12 months ago
On Sun, 17 Dec 2023 00:12:04 -0500, Frank Li wrote:
> snps,dw-pcie.yaml already have reg and reg-name information. Needn't
> duplciate here.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> 
> Notes:
>     Change from v1 to v4:
>     - new patch at v4
> 
>  .../devicetree/bindings/pci/fsl,imx6q-pcie.yaml        | 10 ----------
>  1 file changed, 10 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
Re: [PATCH v4 09/15] dt-bindings: imx6q-pcie: remove reg and reg-name
Posted by Rob Herring 1 year, 12 months ago
On Sun, Dec 17, 2023 at 12:12:04AM -0500, Frank Li wrote:
> snps,dw-pcie.yaml already have reg and reg-name information. Needn't
> duplciate here.

It does, but it doesn't define which of the possible names nor number 
and order of entries. It's primary purpose is to stop people from 
inventing their own names.

Rob