[coreboot-gerrit] Change in coreboot[master]: soc/amd/stoneyridge: Fix GPIO bank1 control definition

Marshall Dawson (Code Review) gerrit at coreboot.org
Tue Jul 11 02:36:46 CEST 2017


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/20526


Change subject: soc/amd/stoneyridge: Fix GPIO bank1 control definition
......................................................................

soc/amd/stoneyridge: Fix GPIO bank1 control definition

Change-Id: Ia6c7357ba0c581dc46d173f462efce181847a4e1
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/soc/amd/stoneyridge/include/soc/gpio.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/20526/1

diff --git a/src/soc/amd/stoneyridge/include/soc/gpio.h b/src/soc/amd/stoneyridge/include/soc/gpio.h
index a66701a..0693368 100644
--- a/src/soc/amd/stoneyridge/include/soc/gpio.h
+++ b/src/soc/amd/stoneyridge/include/soc/gpio.h
@@ -58,7 +58,7 @@
 #define   GPIO_42	(GPIO_BANK0_CONTROL + 0xa8)
 
 /* GPIO_64 - GPIO_127 */
-#define GPIO_BANK1 (CONTROL AMD_SB_ACPI_MMIO_ADDR + 0x1600)
+#define GPIO_BANK1_CONTROL (AMD_SB_ACPI_MMIO_ADDR + 0x1600)
 #define   GPIO_64	(GPIO_BANK1_CONTROL + 0x00)
 #define   GPIO_65	(GPIO_BANK1_CONTROL + 0x04)
 #define   GPIO_66	(GPIO_BANK1_CONTROL + 0x08)

-- 
To view, visit https://review.coreboot.org/20526
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6c7357ba0c581dc46d173f462efce181847a4e1
Gerrit-Change-Number: 20526
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170711/d42febbf/attachment.html>


More information about the coreboot-gerrit mailing list