diff options
author | Fred Reitberger <reitbergerfred@gmail.com> | 2022-12-02 15:53:45 -0500 |
---|---|---|
committer | Fred Reitberger <reitbergerfred@gmail.com> | 2022-12-05 14:31:04 +0000 |
commit | 9b592f70d68575a4bb982bf3885ec034fa58e518 (patch) | |
tree | 8b4886f5ace955adbf34e28d00de56f610d21cf0 /src | |
parent | 7543627f1bffbfccb2d061ff9a095dd3c6445a8d (diff) |
soc/amd/common/block/include/gpio_defs.h: Fix documentation
Fixing documentation of PAD_INT macro and replacing spaces with a tab to
match the rest of the documentation.
Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Change-Id: I72a2578ce21dd10b3beb65c706440c3379f216d6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70281
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.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')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/gpio_defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/gpio_defs.h b/src/soc/amd/common/block/include/amdblocks/gpio_defs.h index 718a45cffc..c5aa3f1f84 100644 --- a/src/soc/amd/common/block/include/amdblocks/gpio_defs.h +++ b/src/soc/amd/common/block/include/amdblocks/gpio_defs.h @@ -160,7 +160,7 @@ * pin the pin to be programmed * pull pull up, pull down or no pull * trigger LEVEL_LOW, LEVEL_HIGH, EDGE_LOW, EDGE_HIGH, BOTH_EDGES - * action STATUS, DELIVER, STATUS_DELIVER + * action STATUS, DELIVERY, STATUS_DELIVERY * PAD_SCI The pin is a SCI source * pin the pin to be programmed * pull pull up, pull down or no pull @@ -168,7 +168,7 @@ * PAD_SMI The pin is a SMI source * pin the pin to be programmed * pull pull up, pull down or no pull - * event trigger LEVEL_LOW, LEVEL_HIGH + * event trigger LEVEL_LOW, LEVEL_HIGH * PAD_NF_SCI Define native alternate function and confiure SCI source * pin the pin to be programmed * function the native function |