Fred Reitberger has submitted this change. ( https://review.coreboot.org/c/coreboot/+/70281 )
Change subject: soc/amd/common/block/include/gpio_defs.h: Fix documentation ......................................................................
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 --- M src/soc/amd/common/block/include/amdblocks/gpio_defs.h 1 file changed, 19 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Eric Lai: Looks good to me, approved Matt DeVillier: Looks good to me, approved
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 718a45c..c5aa3f1 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