diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2019-05-31 16:25:04 +0300 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-04 12:59:50 +0000 |
commit | 086149eb32808f2003e2951ce679b3c7728c3846 (patch) | |
tree | 87b9630dd951dce46015107ce6bcb6466ae95419 /src/mainboard/apple | |
parent | ad5467d202408cafadd12aef6eea48b92b792a18 (diff) |
mb/apple/macbookair4_2: Fix DRAM_RESET_GATE_GPIO
It's GPIO28 according to schematics.
Change-Id: I55be1ed178c818a17766e22cb2fd010412b8fe02
Signed-off-by: Evgeny Zinoviev <me@ch1p.io>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33149
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/apple')
-rw-r--r-- | src/mainboard/apple/macbookair4_2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbookair4_2/Kconfig b/src/mainboard/apple/macbookair4_2/Kconfig index 4b2ee8fdc8..df8ecfd79d 100644 --- a/src/mainboard/apple/macbookair4_2/Kconfig +++ b/src/mainboard/apple/macbookair4_2/Kconfig @@ -33,7 +33,7 @@ config VGA_BIOS_ID config DRAM_RESET_GATE_GPIO int - default 60 + default 28 config MAX_CPUS int |