projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6852248
)
x86: baytrail: fix the GPIOBASE address
author
Gabriel Huau
<contact@huau-gabriel.fr>
Sat, 25 Apr 2015 20:16:03 +0000
(13:16 -0700)
committer
Simon Glass
<sjg@chromium.org>
Thu, 30 Apr 2015 00:51:49 +0000
(18:51 -0600)
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
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/arch-baytrail/gpio.h
b/arch/x86/include/asm/arch-baytrail/gpio.h
index ab4e059131d874f3507de7c63750871ff05d675d..4e8987ce5cd4ab25d08d9068433b73b401102fdb 100644
(file)
--- 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 0x4
4
+#define PCI_CFG_GPIOBASE 0x4
8
#endif /* _X86_ARCH_GPIO_H_ */