diff options
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | 2014-07-29 17:57:14 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-31 05:46:52 +0400 |
commit | 1a2a909bad464fc9ebdb03482049336fe2e7cbc8 (patch) | |
tree | 6e889c561b9131d9ce7c10a4bb918128b6dc8f3f /Documentation/devicetree/bindings/net | |
parent | 80019d310f9fb4f8c9eeda0a5d76144ad3132fdf (diff) | |
download | linux-1a2a909bad464fc9ebdb03482049336fe2e7cbc8.tar.xz |
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/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/amd-xgbe.txt | 1 |
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: Optional properties: - mac-address: mac address to be assigned to the device. Can be overridden by UEFI. +- dma-coherent: Present if dma operations are coherent Example: xgbe@e0700000 { |