power: Enable Wake-on-LAN
This commit is contained in:
committed by
Jeremy Soller
parent
e58f4d4eb9
commit
70e6476208
@@ -13,6 +13,7 @@ struct Gpio __code DGPU_PWR_EN = GPIO(F, 7);
|
||||
struct Gpio __code EC_EN = GPIO(B, 6); // renamed to SUSBC_EN
|
||||
struct Gpio __code EC_RSMRST_N = GPIO(E, 5);
|
||||
struct Gpio __code GC6_FB_EN = GPIO(J, 7);
|
||||
struct Gpio __code LAN_WAKEUP_N = GPIO(B, 2);
|
||||
struct Gpio __code LED_ACIN = GPIO(C, 7);
|
||||
struct Gpio __code LED_BAT_CHG = GPIO(H, 5);
|
||||
struct Gpio __code LED_BAT_FULL = GPIO(J, 0);
|
||||
|
Reference in New Issue
Block a user