Message ID | 20231217051210.754832-10-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | PCI: imx6: Clean up and add imx95 pci support | expand |
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
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>
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:
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(-)