Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1686848 > unrolled thread
| Started by | Abhishek Shah <abhishek.shah@broadcom.com> |
|---|---|
| First post | 2017-07-13 21:10 +0200 |
| Last post | 2017-07-13 21:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/3] Documentation: devicetree: net: optional idm regs for bgmac Abhishek Shah <abhishek.shah@broadcom.com> - 2017-07-13 21:10 +0200
| From | Abhishek Shah <abhishek.shah@broadcom.com> |
|---|---|
| Date | 2017-07-13 21:10 +0200 |
| Subject | [PATCH 3/3] Documentation: devicetree: net: optional idm regs for bgmac |
| Message-ID | <u2RES-1a4-11@gated-at.bofh.it> |
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> --- Documentation/devicetree/bindings/net/brcm,amac.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/brcm,amac.txt b/Documentation/devicetree/bindings/net/brcm,amac.txt index 2fefa1a..ad16c1f 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 -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web