]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.14.60/dt-bindings-net-meson-dwmac-new-compatible-name-for-axg-soc.patch
Remove duplicated commits
[thirdparty/kernel/stable-queue.git] / releases / 4.14.60 / dt-bindings-net-meson-dwmac-new-compatible-name-for-axg-soc.patch
1 From foo@baz Sat Jul 28 10:25:26 CEST 2018
2 From: Yixun Lan <yixun.lan@amlogic.com>
3 Date: Sat, 28 Apr 2018 10:21:10 +0000
4 Subject: dt-bindings: net: meson-dwmac: new compatible name for AXG SoC
5
6 From: Yixun Lan <yixun.lan@amlogic.com>
7
8 [ Upstream commit 7e5d05e18ba1ed491c6f836edee7f0b90f3167bc ]
9
10 We need to introduce a new compatible name for the Meson-AXG SoC
11 in order to support the RMII 100M ethernet PHY, since the PRG_ETH0
12 register of the dwmac glue layer is changed from previous old SoC.
13
14 Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
15 Reviewed-by: Rob Herring <robh@kernel.org>
16 Signed-off-by: David S. Miller <davem@davemloft.net>
17 Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
18 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 ---
20 Documentation/devicetree/bindings/net/meson-dwmac.txt | 1 +
21 1 file changed, 1 insertion(+)
22
23 --- a/Documentation/devicetree/bindings/net/meson-dwmac.txt
24 +++ b/Documentation/devicetree/bindings/net/meson-dwmac.txt
25 @@ -10,6 +10,7 @@ Required properties on all platforms:
26 - "amlogic,meson6-dwmac"
27 - "amlogic,meson8b-dwmac"
28 - "amlogic,meson-gxbb-dwmac"
29 + - "amlogic,meson-axg-dwmac"
30 Additionally "snps,dwmac" and any applicable more
31 detailed version number described in net/stmmac.txt
32 should be used.