]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
dt-bindings: net: xilinx_axienet: Correct "xlnx,include-dre" binding description
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Thu, 14 Mar 2019 08:46:02 +0000 (14:16 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 15 Mar 2019 10:23:48 +0000 (11:23 +0100)
Inline with driver implementation, document "xlnx,include-dre" as a DMA
node optional property.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/net/xilinx_axienet.txt

index d5d5c3bbc90bc58759b0e1f48c63e21317671edb..4cb9a50b7d2a555de2220f344108475093bd7746 100644 (file)
@@ -42,8 +42,6 @@ Optional properties:
 - dma-coherent         : Present if dma operations are coherent.
 - xlnx,eth-hasnobuf    : Used when 1G MAC is configured in non-processor mode.
 - xlnx,rxtsfifo        : Configures the axi fifo for receive timestamping.
-- xlnx,include-dre     : Tells whether DMA h/w is configured with data
-                         realignment engine(DRE) or not.
 - xlnx,eth-hasptp      : Tells whether PTP is enabled in h/w or not.
 - axififo-connected    : Should contain the phandle of AXI stream fifo.
 - clocks               : Input clock specifier. Refer to common clock bindings.
@@ -62,6 +60,8 @@ Optional properties (When USXGMII is in use):
 Optional properties for connected DMA node:
 - xlnx,addrwidth       : Specify the width of the DMA address space in bits.
                          Valid range is 32-64. Default is 32.
+- xlnx,include-dre     : Tells whether DMA h/w is configured with data
+                         realignment engine(DRE) or not.
 
 NOTE: Time Sensitive Networking (TSN) related DT bindings are explained in [4].