sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / smsc-lan87xx.txt
blob974edd5c85cc757322ad48d64cf64460cd0c7518
1 SMSC LAN87xx Ethernet PHY
3 Some boards require special tuning values. Configure them
4 through an Ethernet OF device node.
6 Optional properties:
8 - smsc,disable-energy-detect:
9   If set, do not enable energy detect mode for the SMSC phy.
10   default: enable energy detect mode
12 Examples:
13 smsc phy with disabled energy detect mode on an am335x based board.
14 &davinci_mdio {
15         pinctrl-names = "default", "sleep";
16         pinctrl-0 = <&davinci_mdio_default>;
17         pinctrl-1 = <&davinci_mdio_sleep>;
18         status = "okay";
20         ethernetphy0: ethernet-phy@0 {
21                 reg = <0>;
22                 smsc,disable-energy-detect;
23         };