soc/intel/skylake: Expand USB OC pins enum to OC7
Currently, the overcurrent pin enum is only defined up to OC5. However, PCH-H chips support up to OC7 according to the 100 and 200 Series PCH datasheets [1][2]. [1] Intel document 332690 [2] Intel document 335192 Change-Id: Ie35612eeaed2196caccc514429c7d80f84cf09a8 Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88159 Reviewed-by: Michał Kopeć <michal.kopec@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
1f28803dcd
commit
0e5d1d29bd
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ enum {
|
|||
OC3,
|
||||
OC4,
|
||||
OC5,
|
||||
OC6,
|
||||
OC7,
|
||||
OC_SKIP = 8, /* Skip OC programming */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue