summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/rockchip-dwmac.txt
Commit message (Collapse)AuthorAgeFilesLines
* net: stmmac: dwmac-rk: add rk3366 & rk3399 specific dataRoger Chen2016-09-021-2/+6
| | | | | | | | | | | 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: Roger Chen <roger.chen@rock-chips.com> Signed-off-by: Caesar Wang <wxt@rock-chips.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: stmmac: dwmac-rk: add rk3228-specific dataXing Zheng2016-06-261-1/+2
| | | | | | | | | | | 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> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: stmmac: dwmac-rk: add rk3368-specific dataHeiko Stübner2015-06-231-1/+1
| | | | | | | | | Add constants and callback functions for the dwmac on rk3368 socs. As can be seen, the base structure is the same, only registers and the bits in them moved slightly. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: David S. Miller <davem@davemloft.net>
* dt-bindings: Document phy-supply property in rockchip-dwmacRomain Perier2015-01-241-0/+1
| | | | | | | | As no property for phy regulator was documented in this dt-binding documentation, this commit adds an entry for the optional property phy-supply. Signed-off-by: Romain Perier <romain.perier@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* GMAC: add document for Rockchip RK3288 GMACRoger Chen2014-12-311-0/+67
The document descripts how to add properties for GMAC in device tree. change since v2: 1. remove power-gpio, reset-gpio, phyirq-gpio, pmu_regulator setting 2. add "snps,reset-gpio", "snps,reset-active-low;" "snps,reset-delays-us" Signed-off-by: Roger Chen <roger.chen@rock-chips.com> Signed-off-by: David S. Miller <davem@davemloft.net>