aed5ec59f308b402e97dbb1c3e40cb1d3c98e446
[openwrt/staging/lynxis.git] / target / linux / mediatek / patches-4.14 / 0174-dt-bindings-net-mediatek-add-condition-to-property-m.patch
1 From ee687ebf4708fb9e2a64830cdecd8cf992ef9b2b Mon Sep 17 00:00:00 2001
2 From: Sean Wang <sean.wang@mediatek.com>
3 Date: Wed, 20 Dec 2017 17:47:05 +0800
4 Subject: [PATCH 174/224] dt-bindings: net: mediatek: add condition to property
5 mediatek, pctl
6
7 The property "mediatek,pctl" is only required for SoCs such as MT2701 and
8 MT7623, so adding a few words for stating the condition.
9
10 Signed-off-by: Sean Wang <sean.wang@mediatek.com>
11 Reviewed-by: Rob Herring <robh@kernel.org>
12 Signed-off-by: David S. Miller <davem@davemloft.net>
13 ---
14 Documentation/devicetree/bindings/net/mediatek-net.txt | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/Documentation/devicetree/bindings/net/mediatek-net.txt b/Documentation/devicetree/bindings/net/mediatek-net.txt
18 index 214eaa9a6683..53c13ee384a4 100644
19 --- a/Documentation/devicetree/bindings/net/mediatek-net.txt
20 +++ b/Documentation/devicetree/bindings/net/mediatek-net.txt
21 @@ -28,7 +28,7 @@ Required properties:
22 - mediatek,sgmiisys: phandle to the syscon node that handles the SGMII setup
23 which is required for those SoCs equipped with SGMII such as MT7622 SoC.
24 - mediatek,pctl: phandle to the syscon node that handles the ports slew rate
25 - and driver current
26 + and driver current: only for MT2701 and MT7623 SoC
27
28 Optional properties:
29 - interrupt-parent: Should be the phandle for the interrupt controller
30 --
31 2.11.0
32