aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLendacky, Thomas <Thomas.Lendacky@amd.com>2014-07-29 09:57:14 -0400
committerDavid S. Miller <davem@davemloft.net>2014-07-30 21:46:52 -0400
commit1a2a909bad464fc9ebdb03482049336fe2e7cbc8 (patch)
tree6e889c561b9131d9ce7c10a4bb918128b6dc8f3f /Documentation
parent80019d310f9fb4f8c9eeda0a5d76144ad3132fdf (diff)
amd-xgbe: Add dma-coherent to device bindings documentation
An earlier patch added support for the "dma-coherent" device property. This patch adds this optional property to the amd-xgbe device bindings documentation. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/amd-xgbe.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/amd-xgbe.txt b/Documentation/devicetree/bindings/net/amd-xgbe.txt
index ea0c7908a3b8..f6db1ba87a3f 100644
--- a/Documentation/devicetree/bindings/net/amd-xgbe.txt
+++ b/Documentation/devicetree/bindings/net/amd-xgbe.txt
@@ -18,6 +18,7 @@ Required properties:
18Optional properties: 18Optional properties:
19- mac-address: mac address to be assigned to the device. Can be overridden 19- mac-address: mac address to be assigned to the device. Can be overridden
20 by UEFI. 20 by UEFI.
21- dma-coherent: Present if dma operations are coherent
21 22
22Example: 23Example:
23 xgbe@e0700000 { 24 xgbe@e0700000 {