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:
Nicholas Chin 2025-06-21 08:53:17 -06:00 committed by Matt DeVillier
commit 0e5d1d29bd

View file

@ -38,6 +38,8 @@ enum {
OC3,
OC4,
OC5,
OC6,
OC7,
OC_SKIP = 8, /* Skip OC programming */
};