summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-02-19 16:10:29 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-05-09 11:13:56 +0200
commitf85a32a2aa9d73833de595b30ddbc21302d5453c (patch)
tree5a722d38575759a6e5acbe43d383451595b8f5e9
parent67e44aa95a048384c24c2e928b18e3e1087e62f7 (diff)
ARM: dts: imx6qdl-colibri: add phy to fec
If someone wants to add settings to the phy it is necessary to actually add the phy. This commit includes micrel,led-mode that is set to the default value, prepared for someone who wants to change this. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--arch/arm/boot/dts/imx6qdl-colibri.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-colibri.dtsi b/arch/arm/boot/dts/imx6qdl-colibri.dtsi
index 4172f5c68e8d..f667ac6d8a93 100644
--- a/arch/arm/boot/dts/imx6qdl-colibri.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-colibri.dtsi
@@ -186,7 +186,18 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rmii";
+ phy-handle = <&ethphy>;
status = "okay";
+
+ mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ ethphy: ethernet-phy@0 {
+ reg = <0>;
+ micrel,led-mode = <0>;
+ };
+ };
};
/* Colibri SODIMM 55/63 */