mb/google/poppy/variant/nautilus: Enable CABC feature as default

This change configures GPP_E22 to GPO_HIGH to enable CABC feature
on nautilus board.

BUG=b:68789889
BRANCH=poppy
TEST=emerge-nautilus coreboot

Signed-off-by: Seunghwan Kim <sh_.kim@samsung.com>
Change-Id: Ifed0d37bf8147aa1b580f594f36f186051c2eb52
Reviewed-on: https://review.coreboot.org/25120
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Seunghwan Kim 2018-03-13 16:49:04 +09:00 committed by Furquan Shaikh
parent e11a11265b
commit 05132707ca
1 changed files with 2 additions and 2 deletions

View File

@ -253,8 +253,8 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NC(GPP_E20),
/* E21 : DDPC_CTRLDATA ==> NC */
PAD_CFG_NC(GPP_E21),
/* E22 : DDPD_CTRLCLK ==> NC */
PAD_CFG_NC(GPP_E22),
/* E22 : DDPD_CTRLCLK ==> CHP1_CABC */
PAD_CFG_GPO(GPP_E22, 1, DEEP),
/* E23 : DDPD_CTRLDATA ==> NC */
PAD_CFG_NC(GPP_E23),