[coreboot-gerrit] Change in coreboot[master]: mb/google/atlas: Add DISPLAY_DCR_EN GPIO pin

Caveh Jalali (Code Review) gerrit at coreboot.org
Mon Aug 13 23:20:44 CEST 2018


Hello caveh jalali,

I'd like you to do a code review. Please visit

    https://review.coreboot.org/28070

to review the following change.


Change subject: mb/google/atlas: Add DISPLAY_DCR_EN GPIO pin
......................................................................

mb/google/atlas: Add DISPLAY_DCR_EN GPIO pin

This defines new GPIO pin for controlling the display panel CABC
function.

BUG=b:112154569

Change-Id: I29083ab18e37f929a55b450b143463c67fe0abea
Signed-off-by: Caveh Jalali <caveh at chromium.org>
---
M src/mainboard/google/poppy/variants/atlas/gpio.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/28070/1

diff --git a/src/mainboard/google/poppy/variants/atlas/gpio.c b/src/mainboard/google/poppy/variants/atlas/gpio.c
index 51dbf69..c0ef9ef 100644
--- a/src/mainboard/google/poppy/variants/atlas/gpio.c
+++ b/src/mainboard/google/poppy/variants/atlas/gpio.c
@@ -215,8 +215,8 @@
 	PAD_CFG_NC(GPP_E4),
 	/* E5  : SATA_DEVSLP1 ==> NC */
 	PAD_CFG_NC(GPP_E5),
-	/* E6  : SATA_DEVSLP2 ==> NC */
-	PAD_CFG_NC(GPP_E6),
+	/* E6  : SATA_DEVSLP2 ==> DISPLAY_DCR_EN */
+	PAD_CFG_GPO(GPP_E6, 1, DEEP),
 	/* E7  : CPU_GP1 ==> TOUCHSCREEN_INT_L */
 	PAD_CFG_GPI_APIC(GPP_E7, NONE, PLTRST),
 	/* E8  : SATALED# ==> NC */

-- 
To view, visit https://review.coreboot.org/28070
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: I29083ab18e37f929a55b450b143463c67fe0abea
Gerrit-Change-Number: 28070
Gerrit-PatchSet: 1
Gerrit-Owner: Caveh Jalali <caveh at google.com>
Gerrit-Reviewer: caveh jalali <caveh at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180813/4d3c3d5b/attachment.html>


More information about the coreboot-gerrit mailing list