summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk.dts
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-04-23 19:59:08 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:24 +0800
commitaed41aebab6e0ae826a27943c6f8f550ac48975b (patch)
tree42a8a2ea3dafca17c338630a02f471a31245353c /arch/arm/boot/dts/imx6ull-14x14-evk.dts
parent695342cda7f4810f772080e7f8c11e79d6a0f670 (diff)
MLK-18122: ARM: dts: imx6ull-14x14-evk: Add enet phy properties to fix suspend/resume
Upstream suspend/resume already works on this board because it includes imx6ul-14x14-evk which has these properties set. In our internal branch the imx6ul and imx6ull DT files are distinct so this needs to be fixed separately. Equivalent to commit e6f4292ae0a1 ("ARM: dts: imx6ul-14x14-evk: Add ksz8081 phy properties") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Acked-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-14x14-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx6ull-14x14-evk.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull-14x14-evk.dts b/arch/arm/boot/dts/imx6ull-14x14-evk.dts
index cd2a07671d62..132adb40fa88 100644
--- a/arch/arm/boot/dts/imx6ull-14x14-evk.dts
+++ b/arch/arm/boot/dts/imx6ull-14x14-evk.dts
@@ -189,11 +189,17 @@
ethphy0: ethernet-phy@2 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <2>;
+ micrel,led-mode = <1>;
+ clocks = <&clks IMX6UL_CLK_ENET_REF>;
+ clock-names = "rmii-ref";
};
ethphy1: ethernet-phy@1 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
+ micrel,led-mode = <1>;
+ clocks = <&clks IMX6UL_CLK_ENET2_REF>;
+ clock-names = "rmii-ref";
};
};
};