Message ID | 20190128095212.14681-3-ccaione@baylibre.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | f196ef19fb1a4ebe75bc7700f7c39161176c7410 |
Headers | show |
Series | Add MDIO and PHY notes | expand |
On Mon, Jan 28, 2019 at 7:53 AM Carlo Caione <ccaione@baylibre.com> wrote: > > Add the fsl,magic-packet property in the fec nome. s/nome/node/ Reviewed-by: Fabio Estevam <festevam@gmail.com>
On Mon, Jan 28, 2019 at 10:11:56AM -0200, Fabio Estevam wrote: > On Mon, Jan 28, 2019 at 7:53 AM Carlo Caione <ccaione@baylibre.com> wrote: > > > > Add the fsl,magic-packet property in the fec nome. > > s/nome/node/ Fixed it up and applied both patches. Shawn
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts index 2641f777d0bb..02f6da92957f 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts @@ -38,6 +38,7 @@ pinctrl-0 = <&pinctrl_fec1>; phy-mode = "rgmii-id"; phy-handle = <ðphy0>; + fsl,magic-packet; status = "okay"; mdio {
Add the fsl,magic-packet property in the fec nome. Signed-off-by: Carlo Caione <ccaione@baylibre.com> --- arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 1 + 1 file changed, 1 insertion(+)