From mboxrd@z Thu Jan 1 00:00:00 1970 From: u-boot at bugs.denx.de Date: Thu, 23 Apr 2015 18:45:01 +0200 (CEST) Subject: [U-Boot] unassigned-patches/139: [PATCH 1/4] x86: baytrail: fix the GPIOBASE address In-Reply-To: <1429805775-1809-2-git-send-email-contact@huau-gabriel.fr> References: <1429805775-1809-2-git-send-email-contact@huau-gabriel.fr> <1429805775-1809-1-git-send-email-contact@huau-gabriel.fr> Message-ID: <20150423164501.CDD893ABC@theia.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Gabriel Huau --- Added to GNATS database as unassigned-patches/139 >Responsible: patch-coord >Message-Id: <1429805775-1809-2-git-send-email-contact@huau-gabriel.fr> >In-Reply-To: <1429805775-1809-1-git-send-email-contact@huau-gabriel.fr> >References: <1429805775-1809-1-git-send-email-contact@huau-gabriel.fr> >Patch-Date: Thu Apr 23 18:16:12 +0200 2015 --- arch/x86/include/asm/arch-baytrail/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/arch-baytrail/gpio.h b/arch/x86/include/asm/arch-baytrail/gpio.h index ab4e059..4e8987c 100644 --- a/arch/x86/include/asm/arch-baytrail/gpio.h +++ b/arch/x86/include/asm/arch-baytrail/gpio.h @@ -8,6 +8,6 @@ #define _X86_ARCH_GPIO_H_ /* Where in config space is the register that points to the GPIO registers? */ -#define PCI_CFG_GPIOBASE 0x44 +#define PCI_CFG_GPIOBASE 0x48 #endif /* _X86_ARCH_GPIO_H_ */ -- 2.1.4