diff options
author | Abhishek Shah <abhishek.shah@broadcom.com> | 2017-07-13 22:04:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-16 00:28:28 +0300 |
commit | 10d79f7d3c8358f13dc23619838b0d65bcc6e2af (patch) | |
tree | 4719c8b470d9726d172387c89322fc28c1611f35 /Documentation | |
parent | a163bdb02beb7df8b2768ce7c74a2b17803c96f9 (diff) | |
download | linux-10d79f7d3c8358f13dc23619838b0d65bcc6e2af.tar.xz |
Documentation: devicetree: net: optional idm regs for bgmac
Specifying IDM register space in DT is not mendatory for SoCs
where firmware takes care of IDM operations. This patch updates
BGMAC driver's DT binding documentation indicating the same.
Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Reviewed-by: Oza Oza <oza.oza@broadcom.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/brcm,amac.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/brcm,amac.txt b/Documentation/devicetree/bindings/net/brcm,amac.txt index 2fefa1a44afd..ad16c1f481f7 100644 --- a/Documentation/devicetree/bindings/net/brcm,amac.txt +++ b/Documentation/devicetree/bindings/net/brcm,amac.txt @@ -11,6 +11,7 @@ Required properties: - reg-names: Names of the registers. "amac_base": Address and length of the GMAC registers "idm_base": Address and length of the GMAC IDM registers + (required for NSP and Northstar2) "nicpm_base": Address and length of the NIC Port Manager registers (required for Northstar2) - interrupts: Interrupt number |