Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1428228
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] net: stmmac: dwmac-rk: add rk3228-specific data |
| Date | 2016-06-22 00:20 +0200 |
| Message-ID | <rMCbv-3is-1@gated-at.bofh.it> (permalink) |
| References | <rMt8d-5OT-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 21, 2016 at 08:33:28PM +0800, Xing Zheng wrote: > Add constants and callback functions for the dwmac on rk3228/rk3229 socs. > As can be seen, the base structure is the same, only registers and the > bits in them moved slightly. > > Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> > --- > > Changes in v2: > - the "rk322x" is not clear to SoC decription, rename it to "rk3228" > > .../devicetree/bindings/net/rockchip-dwmac.txt | 3 +- > drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 117 ++++++++++++++++++++ > 2 files changed, 119 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt > index 93eac7c..cccd945 100644 > --- a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt > +++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt > @@ -3,7 +3,8 @@ Rockchip SoC RK3288 10/100/1000 Ethernet driver(GMAC) > The device node has following properties. > > Required properties: > - - compatible: Can be one of "rockchip,rk3288-gmac", "rockchip,rk3368-gmac" > + - compatible: Can be one of "rockchip,rk3228-gmac", "rockchip,rk3288-gmac", > + "rockchip,rk3368-gmac" Not worth reposting just for this, but 1 per line is preferred. Acked-by: Rob Herring <robh@kernel.org> > - reg: addresses and length of the register sets for the device. > - interrupts: Should contain the GMAC interrupts. > - interrupt-names: Should contain the interrupt names "macirq".
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2] net: stmmac: dwmac-rk: add rk3228-specific data Xing Zheng <zhengxing@rock-chips.com> - 2016-06-21 14:40 +0200 Re: [PATCH v2] net: stmmac: dwmac-rk: add rk3228-specific data Heiko Stübner <heiko@sntech.de> - 2016-06-21 17:00 +0200 Re: [PATCH v2] net: stmmac: dwmac-rk: add rk3228-specific data Rob Herring <robh@kernel.org> - 2016-06-22 00:20 +0200
csiph-web