diff options
Diffstat (limited to 'Documentation/getting_started')
-rw-r--r-- | Documentation/getting_started/gpio.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/getting_started/gpio.md b/Documentation/getting_started/gpio.md index 216ba5d3bb..fd0267aac5 100644 --- a/Documentation/getting_started/gpio.md +++ b/Documentation/getting_started/gpio.md @@ -176,7 +176,7 @@ supports four different types of GPIO reset as: | | 00 - Power Good | Warm Reset | N | N | | | (GPP: RSMRST, +----------------+-------------+-------------+ | | GPD: DSW_PWROK) | Cold Reset | N | N | -| |----------------+-------------+-------------+ +| +----------------+-------------+-------------+ | | S3/S4/S5 | N | N | | +----------------+-------------+-------------+ | | Global Reset | N | N | @@ -209,17 +209,17 @@ supports four different types of GPIO reset as: | +----------------+-------------+-------------+ | | G3 | Y | Y | +------------------------+----------------+-------------+-------------+ -| | 11 - Resume Reset | Warm Reset | - | N | +| | 11 - Resume Reset | Warm Reset | n/a | N | | | (GPP: Reserved, +----------------+-------------+-------------+ -| | GPD: RSMRST) | Cold Reset | - | N | +| | GPD: RSMRST) | Cold Reset | n/a | N | | +----------------+-------------+-------------+ -| | S3/S4/S5 | - | N | +| | S3/S4/S5 | n/a | N | | +----------------+-------------+-------------+ -| | Global Reset | - | N | +| | Global Reset | n/a | N | | +----------------+-------------+-------------+ -| | Deep Sx | - | Y | +| | Deep Sx | n/a | Y | | +----------------+-------------+-------------+ -| | G3 | - | Y | +| | G3 | n/a | Y | +------------------------+----------------+-------------+-------------+ ``` |