From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Brunet Subject: [PATCH net 2/3] dt-bindings: net: add DT bindings for realtek phys Date: Tue, 15 Nov 2016 15:29:13 +0100 Message-ID: <1479220154-25851-3-git-send-email-jbrunet@baylibre.com> References: <1479220154-25851-1-git-send-email-jbrunet@baylibre.com> Cc: Jerome Brunet , Carlo Caione , Kevin Hilman , Giuseppe Cavallaro , Alexandre TORGUE , Martin Blumenstingl , Andre Roth , Neil Armstrong , linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Florian Fainelli Return-path: In-Reply-To: <1479220154-25851-1-git-send-email-jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org Signed-off-by: Jerome Brunet Signed-off-by: Neil Armstrong --- .../devicetree/bindings/net/realtek-phy.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/realtek-phy.txt diff --git a/Documentation/devicetree/bindings/net/realtek-phy.txt b/Documentation/devicetree/bindings/net/realtek-phy.txt new file mode 100644 index 000000000000..dc2845a6b387 --- /dev/null +++ b/Documentation/devicetree/bindings/net/realtek-phy.txt @@ -0,0 +1,20 @@ +Realtek Ethernet PHY + +Some boards require special tuning values of the phy. + +Optional properties: + +realtek,disable-eee-1000t: +realtek,disable-eee-100tx: + If set, respectively disable 1000-BaseT and 100-BaseTx energy efficient + ethernet capabilty advertisement + default: Leave the phy default settings unchanged (capabilities advertised) + +Example: + +&mdio0 { + ethernetphy0: ethernet-phy@0 { + reg = <0>; + realtek,disable-eee-1000t; + }; +}; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html