Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e1953e1 authored by Bob Liu's avatar Bob Liu
Browse files

blackfin: mach-bf609: add can_wakeup to ethernet device



Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent 36413022
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ static struct platform_device bfin_eth_device = {
		},
	},
	.dev = {
		.power.can_wakeup = 1,
		.platform_data = &eth_private_data,
	}
};