power: Enable Wake-on-LAN

This commit is contained in:
Tim Crawford
2020-08-27 15:09:39 -06:00
committed by Jeremy Soller
parent e58f4d4eb9
commit 70e6476208
14 changed files with 35 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ struct Gpio __code DGPU_PWR_EN = GPIO(A, 0);
struct Gpio __code EC_EN = GPIO(B, 6);
struct Gpio __code EC_RSMRST_N = GPIO(E, 5);
struct Gpio __code GC6_FB_EN = GPIO(H, 3);
struct Gpio __code LAN_WAKEUP_N = GPIO(B, 2); // renamed to LAN_WAKE#
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);