inteltool/gpio_names/tigerlake.h: Fix HVMOS pad count
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I344fd2db9d53ad5e82240aaa2b766ac0d8a2045d Reviewed-on: https://review.coreboot.org/c/coreboot/+/64464 Reviewed-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
afc80bcdd5
commit
de91780c30
|
@ -187,7 +187,7 @@ const char *const tigerlake_pch_lp_group_hvmos_names[] = {
|
|||
|
||||
const struct gpio_group tigerlake_pch_lp_group_hvmos = {
|
||||
.display = "------- GPIO Group HVMOS -------",
|
||||
.pad_count = ARRAY_SIZE(tigerlake_pch_lp_group_hvmos_names),
|
||||
.pad_count = ARRAY_SIZE(tigerlake_pch_lp_group_hvmos_names) / 2,
|
||||
.func_count = 2,
|
||||
.pad_names = tigerlake_pch_lp_group_hvmos_names,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue