hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/staging/axis-fifo/axis-fifo.txt
....@@ -25,10 +25,10 @@
2525 - xlnx,axi-str-txc-tdata-width: Should be <0x20>
2626 - xlnx,axi-str-txd-protocol: Should be "XIL_AXI_STREAM_ETH_DATA"
2727 - xlnx,axi-str-txd-tdata-width: Should be <0x20>
28
-- xlnx,axis-tdest-width: AXI-Stream TDEST width
29
-- xlnx,axis-tid-width: AXI-Stream TID width
30
-- xlnx,axis-tuser-width: AXI-Stream TUSER width
31
-- xlnx,data-interface-type: Should be <0x0>
28
+- xlnx,axis-tdest-width: AXI-Stream TDEST width (ignored by the driver)
29
+- xlnx,axis-tid-width: AXI-Stream TID width (ignored by the driver)
30
+- xlnx,axis-tuser-width: AXI-Stream TUSER width (ignored by the driver)
31
+- xlnx,data-interface-type: Should be <0x0> (ignored by the driver)
3232 - xlnx,has-axis-tdest: Should be <0x0> (this feature isn't supported)
3333 - xlnx,has-axis-tid: Should be <0x0> (this feature isn't supported)
3434 - xlnx,has-axis-tkeep: Should be <0x0> (this feature isn't supported)
....@@ -36,13 +36,17 @@
3636 - xlnx,has-axis-tuser: Should be <0x0> (this feature isn't supported)
3737 - xlnx,rx-fifo-depth: Depth of RX FIFO in words
3838 - xlnx,rx-fifo-pe-threshold: RX programmable empty interrupt threshold
39
+ (ignored by the driver)
3940 - xlnx,rx-fifo-pf-threshold: RX programmable full interrupt threshold
40
-- xlnx,s-axi-id-width: Should be <0x4>
41
-- xlnx,s-axi4-data-width: Should be <0x20>
42
-- xlnx,select-xpm: Should be <0x0>
41
+ (ignored by the driver)
42
+- xlnx,s-axi-id-width: Should be <0x4> (ignored by the driver)
43
+- xlnx,s-axi4-data-width: Should be <0x20> (ignored by the driver)
44
+- xlnx,select-xpm: Should be <0x0> (ignored by the driver)
4345 - xlnx,tx-fifo-depth: Depth of TX FIFO in words
4446 - xlnx,tx-fifo-pe-threshold: TX programmable empty interrupt threshold
47
+ (ignored by the driver)
4548 - xlnx,tx-fifo-pf-threshold: TX programmable full interrupt threshold
49
+ (ignored by the driver)
4650 - xlnx,use-rx-cut-through: Should be <0x0> (this feature isn't supported)
4751 - xlnx,use-rx-data: <0x1> if RX FIFO is enabled, <0x0> otherwise
4852 - xlnx,use-tx-ctrl: Should be <0x0> (this feature isn't supported)