diff options
author | Sean Wang <sean.wang@mediatek.com> | 2017-12-20 17:47:05 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-26 12:05:45 -0500 |
commit | 0ca30e870ed28da15c871374af109055cd00744f (patch) | |
tree | 18f25307c0db12a1102367e7311f0580252d7c49 | |
parent | fba961ab29e5ffb055592442808bb0f7962e05da (diff) | |
download | linux-0ca30e870ed28da15c871374af109055cd00744f.tar.bz2 |
dt-bindings: net: mediatek: add condition to property mediatek, pctl
The property "mediatek,pctl" is only required for SoCs such as MT2701 and
MT7623, so adding a few words for stating the condition.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/devicetree/bindings/net/mediatek-net.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/mediatek-net.txt b/Documentation/devicetree/bindings/net/mediatek-net.txt index 214eaa9a6683..53c13ee384a4 100644 --- a/Documentation/devicetree/bindings/net/mediatek-net.txt +++ b/Documentation/devicetree/bindings/net/mediatek-net.txt @@ -28,7 +28,7 @@ Required properties: - mediatek,sgmiisys: phandle to the syscon node that handles the SGMII setup which is required for those SoCs equipped with SGMII such as MT7622 SoC. - mediatek,pctl: phandle to the syscon node that handles the ports slew rate - and driver current + and driver current: only for MT2701 and MT7623 SoC Optional properties: - interrupt-parent: Should be the phandle for the interrupt controller |