diff options
author | Kapil Porwal <kapilporwal@google.com> | 2022-07-08 14:37:05 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-07-13 08:41:13 +0000 |
commit | 7581730b65dab0b33b7e2eff7413780cc63c4791 (patch) | |
tree | 30890141894a7ff0fa448da1591f294d7231269c /src/mainboard/google/brya/variants/baseboard | |
parent | a42ad2822be29ac218ef43e95ca131b20532cd30 (diff) |
soc/intel/meteorlake: Use double digit GPIO pad numbers
Google uses two digit GPIO pad numbers for internal GPIO references
and Intel has updated their GPIO naming schemes too (see the GPIO
implementation worksheet #641238) so use double digit GPIO pad numbers.
Format -
"GPP_%c%02d", gpio_group, gpio_pad_num
e.g.
GPP_A0 -> GPP_A00,
GPP_V2 -> GPP_V02,
GPP_C9 -> GPP_C09 etc.
BUG=b:238196741
TEST=Able to build meteorlake based google/rex.
Signed-off-by: Kapil Porwal <kapilporwal@google.com>
Change-Id: Ieb7569c1a35b08c0970a604ec7b4b91e6179dd28
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65719
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/baseboard')
0 files changed, 0 insertions, 0 deletions