Message ID | 20230927122928.22033-1-ansuelsmth@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,1/2] dt-bindings: net: snps,dwmac: DMA Arbitration scheme | expand |
On Wed, Sep 27, 2023 at 02:29:27PM +0200, Christian Marangi wrote: > Document new binding snps,arbit to program the DMA to use Arbitration > scheme. (Rx has priority over Tx) > > Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> > --- > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml > index 5c2769dc689a..4499f221c29b 100644 > --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml > +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml > @@ -442,6 +442,12 @@ properties: > description: > Use Address-Aligned Beats > > + snps,arbit: > + $ref: /schemas/types.yaml#/definitions/flag > + description: > + Program the DMA to use Arbitration scheme. > + (Rx has priority over Tx) Can you explain please what makes this a property of the hardware, or otherwise makes it suitable for inclusion in DT? > + > snps,fixed-burst: > $ref: /schemas/types.yaml#/definitions/flag > description: > -- > 2.40.1 >
diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml index 5c2769dc689a..4499f221c29b 100644 --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml @@ -442,6 +442,12 @@ properties: description: Use Address-Aligned Beats + snps,arbit: + $ref: /schemas/types.yaml#/definitions/flag + description: + Program the DMA to use Arbitration scheme. + (Rx has priority over Tx) + snps,fixed-burst: $ref: /schemas/types.yaml#/definitions/flag description:
Document new binding snps,arbit to program the DMA to use Arbitration scheme. (Rx has priority over Tx) Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> --- Documentation/devicetree/bindings/net/snps,dwmac.yaml | 6 ++++++ 1 file changed, 6 insertions(+)