diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-02-24 12:59:20 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-02-26 02:15:45 +0100 |
commit | 0aa7d247ae2ca3ac8f9ae2a8dced478fa340c120 (patch) | |
tree | a74d9bf209b3c52831309989b9a7de05062479b8 | |
parent | 6181030ba62e952fbbd4995ecdff4cea33f0df32 (diff) |
soc/intel/appollolake: fix comment in gpio_defs.h
GPIO_187 is the beginning of the Northwest community pads.
Change-Id: I5565ecf534530144e80c65d886db11b53f38f935
Signed-off-by Aaron Durbin <adurbin@chormium.org>
Reviewed-on: https://review.coreboot.org/13789
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
-rw-r--r-- | src/soc/intel/apollolake/include/soc/gpio_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/include/soc/gpio_defs.h b/src/soc/intel/apollolake/include/soc/gpio_defs.h index 6a9863dd32..50f1fc2229 100644 --- a/src/soc/intel/apollolake/include/soc/gpio_defs.h +++ b/src/soc/intel/apollolake/include/soc/gpio_defs.h @@ -147,7 +147,7 @@ #define SVID0_DATA 76 #define SVID0_CLK 77 -/* North community pads */ +/* Northwest community pads */ #define GPIO_187 78 #define GPIO_188 79 #define GPIO_189 80 |