summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sxscm-evb.dts
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2016-11-15 18:56:53 -0600
committerAnson Huang <Anson.Huang@nxp.com>2017-06-08 19:27:11 +0800
commit32c57025ad677a7fefe1144ae561c69075420156 (patch)
tree3d5606950756ea5b707fcd5b28ad6f2f402c97bf /arch/arm/boot/dts/imx6sxscm-evb.dts
parent8b56e3f5fd7f34e69d6fbb0e7eb98d2b5494933e (diff)
MXSCM-224 dts: imx: not use mdio device for enet phy configuration
Using the mdio and ethphy device that is referenced as a phy_handle by the fec device is not properly handling the resume from suspend. Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sxscm-evb.dts')
-rw-r--r--arch/arm/boot/dts/imx6sxscm-evb.dts11
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/imx6sxscm-evb.dts b/arch/arm/boot/dts/imx6sxscm-evb.dts
index 7d3e22767942..0b5052c4b452 100644
--- a/arch/arm/boot/dts/imx6sxscm-evb.dts
+++ b/arch/arm/boot/dts/imx6sxscm-evb.dts
@@ -253,16 +253,9 @@
pinctrl-0 = <&pinctrl_enet1>;
phy-supply = <&reg_enet_3v3>;
phy-mode = "rgmii";
- phy-handle = <&ethphy1>;
+ phy-reset-gpios = <&gpio4 26 0>;
+ fsl,magic-packet;
status = "okay";
-
- mdio {
- #address-cells = <1>;
- #size-cells = <0>;
- ethphy1: ethernet-phy@1 {
- reg = <3>;
- };
- };
};
&csi1 {