Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-colibri: add phy to fec

Add the phy-node and mdio bus to the fec-node, represented as is on
hardware.
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>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Philippe Schenker and committed by
Shawn Guo
b2ffaa0c 4e9ccbd6

+11
+11
arch/arm/boot/dts/imx6qdl-colibri.dtsi
··· 140 140 pinctrl-names = "default"; 141 141 pinctrl-0 = <&pinctrl_enet>; 142 142 phy-mode = "rmii"; 143 + phy-handle = <&ethphy>; 143 144 status = "okay"; 145 + 146 + mdio { 147 + #address-cells = <1>; 148 + #size-cells = <0>; 149 + 150 + ethphy: ethernet-phy@0 { 151 + reg = <0>; 152 + micrel,led-mode = <0>; 153 + }; 154 + }; 144 155 }; 145 156 146 157 &hdmi {