Fix the comment for the GPIO number used for PHY reset and also avoid passing a 
hardcoded MAC address.

Signed-off-by: Fabio Estevam <[email protected]>
---
 Documentation/devicetree/bindings/net/fsl-fec.txt |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt 
b/Documentation/devicetree/bindings/net/fsl-fec.txt
index de43951..3261203 100644
--- a/Documentation/devicetree/bindings/net/fsl-fec.txt
+++ b/Documentation/devicetree/bindings/net/fsl-fec.txt
@@ -9,9 +9,6 @@ Required properties:
   "rgmii", "rgmii-id", "rgmii-rxid", "rgmii-txid", "rtbi", "smii".
 - phy-reset-gpios : Should specify the gpio for phy reset
 
-Optional properties:
-- local-mac-address : 6 bytes, mac address
-
 Example:
 
 fec@83fec000 {
@@ -19,6 +16,5 @@ fec@83fec000 {
        reg = <0x83fec000 0x4000>;
        interrupts = <87>;
        phy-mode = "mii";
-       phy-reset-gpios = <&gpio1 14 0>; /* GPIO2_14 */
-       local-mac-address = [00 04 9F 01 1B B9];
+       phy-reset-gpios = <&gpio1 14 0>; /* GPIO1_14 */
 };
-- 
1.7.1

_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to