platform/x86: pcengines-apuv2: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_DEVSLP0
Schematics show that the GPIO number is 55 (not 59). Trivial typo. Signed-off-by: Ed Wildgoose <lists@wildgooses.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
afdd1ebb72
commit
fce55cc8b7
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#define AMD_FCH_GPIO_REG_GPIO49 0x40
|
||||
#define AMD_FCH_GPIO_REG_GPIO50 0x41
|
||||
#define AMD_FCH_GPIO_REG_GPIO51 0x42
|
||||
#define AMD_FCH_GPIO_REG_GPIO59_DEVSLP0 0x43
|
||||
#define AMD_FCH_GPIO_REG_GPIO55_DEVSLP0 0x43
|
||||
#define AMD_FCH_GPIO_REG_GPIO57 0x44
|
||||
#define AMD_FCH_GPIO_REG_GPIO58 0x45
|
||||
#define AMD_FCH_GPIO_REG_GPIO59_DEVSLP1 0x46
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue