diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2016-11-16 15:07:52 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-11-18 20:28:55 +0100 |
commit | a5b528fcc4fa09f9bb020e99fd4f13f63bb8e699 (patch) | |
tree | 66412daef616b5c6268e3e5b67664c0da20bcc93 /src/superio | |
parent | 91480cc64c2ee18c286a0d8899f47977c08d8210 (diff) | |
download | coreboot-a5b528fcc4fa09f9bb020e99fd4f13f63bb8e699.tar.xz |
sio/it8772f: add GPIO blink definition needed by google/tricky
Change-Id: I597ba3a03bd42c64d03137b10a3758d86b129029
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/17452
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/ite/it8772f/it8772f.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/ite/it8772f/it8772f.h b/src/superio/ite/it8772f/it8772f.h index 2031fffda8..ec210a8bec 100644 --- a/src/superio/ite/it8772f/it8772f.h +++ b/src/superio/ite/it8772f/it8772f.h @@ -102,6 +102,7 @@ enum thermal_mode { #define IT8772F_GPIO_LED_BLINK1_PINMAP 0xf8 #define SIO_GPIO_BLINK_GPIO10 0x08 +#define SIO_GPIO_BLINK_GPIO22 0x12 #define SIO_GPIO_BLINK_GPIO45 0x25 #define IT8772F_GPIO_LED_BLINK1_CONTROL 0xf9 |