Skip to content

Commit

Permalink
ARM: dts: imx6: RDU2: Add Micrel PHY to FEC
Browse files Browse the repository at this point in the history
The FEC has a Micrel PHY connected to it. This PHY is managed using
the bit-banging MDIO bus. Add this to the device tree.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Chris Healy <cphealy@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Andrew Lunn authored and Shawn Guo committed Jul 25, 2017
1 parent 5eaeacc commit efb0e48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
pinctrl-0 = <&pinctrl_mdio1>;
gpios = <&gpio6 5 GPIO_ACTIVE_HIGH
&gpio6 4 GPIO_ACTIVE_HIGH>;

phy: ethernet-phy@0 {
reg = <0>;
};
};

reg_28p0v: regulator-28p0v {
Expand Down Expand Up @@ -615,15 +619,11 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rmii";
phy-handle = <&phy>;
phy-reset-gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
phy-reset-duration = <100>;
phy-supply = <&reg_3p3v>;
status = "okay";

fixed-link {
speed = <100>;
full-duplex;
};
};

&usbh1 {
Expand Down

0 comments on commit efb0e48

Please sign in to comment.