[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variant/nautilus: Enable CABC feature as default

Seunghwan Kim (Code Review) gerrit at coreboot.org
Tue Mar 13 08:56:38 CET 2018


Seunghwan Kim has uploaded this change for review. ( https://review.coreboot.org/25120


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

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=master
TEST=emerge-nautilus coreboot
Signed-off-by: Seunghwan Kim <sh_.kim at samsung.com>

Change-Id: Ifed0d37bf8147aa1b580f594f36f186051c2eb52
---
M src/mainboard/google/poppy/variants/nautilus/gpio.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/25120/1

diff --git a/src/mainboard/google/poppy/variants/nautilus/gpio.c b/src/mainboard/google/poppy/variants/nautilus/gpio.c
index e0b8b7d..839f425 100644
--- a/src/mainboard/google/poppy/variants/nautilus/gpio.c
+++ b/src/mainboard/google/poppy/variants/nautilus/gpio.c
@@ -253,8 +253,8 @@
 	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),
 

-- 
To view, visit https://review.coreboot.org/25120
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifed0d37bf8147aa1b580f594f36f186051c2eb52
Gerrit-Change-Number: 25120
Gerrit-PatchSet: 1
Gerrit-Owner: Seunghwan Kim <sh_.kim at samsung.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180313/673f01fc/attachment.html>


More information about the coreboot-gerrit mailing list