Message ID | 20240228212627.629608-2-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/2] dt-bindings: dma: fsl-edma: remove 'clocks' from required | expand |
On 28/02/2024 22:26, Frank Li wrote: > Allow 'power-domains' property because i.MX8DXL i.MX8QM and i.MX8QXP need > it. > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > Documentation/devicetree/bindings/dma/fsl,edma.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/dma/fsl,edma.yaml b/Documentation/devicetree/bindings/dma/fsl,edma.yaml > index cf0aa8e6b9ec3..5368f8a99a21f 100644 > --- a/Documentation/devicetree/bindings/dma/fsl,edma.yaml > +++ b/Documentation/devicetree/bindings/dma/fsl,edma.yaml > @@ -59,6 +59,8 @@ properties: > minItems: 1 > maxItems: 2 > > + power-domains: true maxItems Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/dma/fsl,edma.yaml b/Documentation/devicetree/bindings/dma/fsl,edma.yaml index cf0aa8e6b9ec3..5368f8a99a21f 100644 --- a/Documentation/devicetree/bindings/dma/fsl,edma.yaml +++ b/Documentation/devicetree/bindings/dma/fsl,edma.yaml @@ -59,6 +59,8 @@ properties: minItems: 1 maxItems: 2 + power-domains: true + big-endian: description: | If present registers and hardware scatter/gather descriptors of the
Allow 'power-domains' property because i.MX8DXL i.MX8QM and i.MX8QXP need it. Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Documentation/devicetree/bindings/dma/fsl,edma.yaml | 2 ++ 1 file changed, 2 insertions(+)