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

ARM: dts: imx6: add wakeup support via magic packet

Add wakeup support via magic packet on i.MX platforms.

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Joakim Zhang and committed by
Shawn Guo
d36f964c 3ad6be94

+5
+1
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
··· 298 298 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>, 299 299 <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>; 300 300 fsl,err006687-workaround-present; 301 + fsl,magic-packet; 301 302 status = "okay"; 302 303 }; 303 304
+2
arch/arm/boot/dts/imx6sx-sdb.dtsi
··· 206 206 phy-mode = "rgmii-id"; 207 207 phy-handle = <&ethphy1>; 208 208 phy-reset-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>; 209 + fsl,magic-packet; 209 210 status = "okay"; 210 211 211 212 mdio { ··· 228 227 pinctrl-0 = <&pinctrl_enet2>; 229 228 phy-mode = "rgmii-id"; 230 229 phy-handle = <&ethphy2>; 230 + fsl,magic-packet; 231 231 status = "okay"; 232 232 }; 233 233
+2
arch/arm/boot/dts/imx6ul.dtsi
··· 538 538 fsl,num-tx-queues = <1>; 539 539 fsl,num-rx-queues = <1>; 540 540 fsl,stop-mode = <&gpr 0x10 4>; 541 + fsl,magic-packet; 541 542 status = "disabled"; 542 543 }; 543 544 ··· 886 885 fsl,num-tx-queues = <1>; 887 886 fsl,num-rx-queues = <1>; 888 887 fsl,stop-mode = <&gpr 0x10 3>; 888 + fsl,magic-packet; 889 889 status = "disabled"; 890 890 }; 891 891