diff options
author | Furquan Shaikh <furquan@google.com> | 2019-05-29 15:48:10 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2019-05-30 23:54:01 +0000 |
commit | a1d0928b0014def7481bd5ed4ede739a3aac42ba (patch) | |
tree | af67cadd6d60010e55735c161dc92eb8f28472bc /src/southbridge | |
parent | 695da71e615e9c946df64b79795a8d73228fb629 (diff) |
soc/intel/common/block/gpio: Fix the mask for gpio_pm_configure
gpio_pm_configure clears out all the bits related to PM configuration
in MISCCFG register and sets only the bits requested by mainboard. The
mask as it is set currently results in preserving all PM bits instead
of clearing them. This change updates the mask to ensure that the PM
bits are cleared before setting the ones requested by mainboard.
Change-Id: I5b8c04952775dc1e94fa229328be2f3c1102a468
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33099
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/southbridge')
0 files changed, 0 insertions, 0 deletions