diff options
author | Romain Perier <romain.perier@gmail.com> | 2015-01-20 07:09:40 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-24 17:17:07 -0800 |
commit | 384dd55d007073b84e38a24b39b9948fe980ca59 (patch) | |
tree | f9c0107746b4a9c633ca31d05bf1d1aafe266fe8 /Documentation | |
parent | 2e12f536635f88454fe6344cf9dad092ad7c2d77 (diff) | |
download | talos-obmc-linux-384dd55d007073b84e38a24b39b9948fe980ca59.tar.gz talos-obmc-linux-384dd55d007073b84e38a24b39b9948fe980ca59.zip |
dt-bindings: Document phy-supply property in rockchip-dwmac
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/rockchip-dwmac.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt index 2362dcd5afc9..21fd199e89b5 100644 --- a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt +++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt @@ -33,6 +33,7 @@ Required properties: Optional properties: - tx_delay: Delay value for TXD timing. Range value is 0~0x7F, 0x30 as default. - rx_delay: Delay value for RXD timing. Range value is 0~0x7F, 0x10 as default. + - phy-supply: phandle to a regulator if the PHY needs one Example: |