diff options
author | Philippe Schenker <philippe.schenker@toradex.com> | 2019-02-19 16:10:29 +0100 |
---|---|---|
committer | Philippe Schenker <philippe.schenker@toradex.com> | 2019-02-19 16:10:29 +0100 |
commit | 03ff3610434d89fc8e20b280e1219ce0ebb08935 (patch) | |
tree | 875c7e68a64b943ff023ff96b420112791ed1416 | |
parent | 40f16e3fd3a4730ee019eae7c2ef6ca6237fc8af (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.dtsi | 11 |
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 = <ðphy>; status = "okay"; + + mdio { + #address-cells = <1>; + #size-cells = <0>; + + ethphy: ethernet-phy@0 { + reg = <0>; + micrel,led-mode = <0>; + }; + }; }; /* Colibri SODIMM 55/63 */ |