Message ID | 20240228190321.580846-6-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | dt-bindings: pci: layerscape-pci: Convert to yaml format | expand |
On Wed, Feb 28, 2024 at 02:03:21PM -0500, Frank Li wrote: > Remove 'fsl,pcie-scfg' and 'dma-coherence' properties from required because > not all chips is dma coherenced and have supplement configuration unit > (scfg). > > Signed-off-by: Frank Li <Frank.Li@nxp.com> I'd squash this with 3/5 and move both of them before the addition of the reference to the main snps stuff. That way you'll not get dt_binding_check complaints on multiple patches. Cheers, Conor. > --- > .../devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml > index e75b8853dca8c..07965683beece 100644 > --- a/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml > +++ b/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml > @@ -67,8 +67,6 @@ required: > - compatible > - reg > - interrupt-names > - - fsl,pcie-scfg > - - dma-coherence > > allOf: > - $ref: /schemas/pci/snps,dw-pcie-ep.yaml# > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml index e75b8853dca8c..07965683beece 100644 --- a/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml @@ -67,8 +67,6 @@ required: - compatible - reg - interrupt-names - - fsl,pcie-scfg - - dma-coherence allOf: - $ref: /schemas/pci/snps,dw-pcie-ep.yaml#
Remove 'fsl,pcie-scfg' and 'dma-coherence' properties from required because not all chips is dma coherenced and have supplement configuration unit (scfg). Signed-off-by: Frank Li <Frank.Li@nxp.com> --- .../devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml | 2 -- 1 file changed, 2 deletions(-)