]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: baytrail: fix the GPIOBASE address
authorGabriel Huau <contact@huau-gabriel.fr>
Sat, 25 Apr 2015 20:16:03 +0000 (13:16 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:15 +0000 (22:35 +0200)
The correct GPIOBASE address on the baytrail is 0x48

Signed-off-by: Gabriel Huau <contact@huau-gabriel.fr>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/arch-baytrail/gpio.h

index ab4e059131d874f3507de7c63750871ff05d675d..4e8987ce5cd4ab25d08d9068433b73b401102fdb 100644 (file)
@@ -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_ */