diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2014-08-22 15:10:49 +0200 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-08-23 05:33:01 +0200 |
commit | 6d790f730500ce6a79aeb9e4d57b0ea4c9e9ee69 (patch) | |
tree | dfb208b1754553122bfd50528f5d944509031945 /src/mainboard/lenovo/t520/dsdt.asl | |
parent | d2da65e3abd93840c81fbc30c6488b625baf359b (diff) |
lenovo/t520: Fix ExpressCard hotplug
Thinkpad T520 ExpressCard Slot PCIe lanes are connected to port 4.
Tested with Serial Port Card. Information read from schematic / lspci
Change-Id: I459943d427578d135f9aed1aa66da269ddfeee87
Signed-off-by: Nicolas Reinecke <nr@das-labor.org>
Reviewed-on: http://review.coreboot.org/6735
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/lenovo/t520/dsdt.asl')
-rw-r--r-- | src/mainboard/lenovo/t520/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t520/dsdt.asl b/src/mainboard/lenovo/t520/dsdt.asl index 0e7a965d47..e48a5904bf 100644 --- a/src/mainboard/lenovo/t520/dsdt.asl +++ b/src/mainboard/lenovo/t520/dsdt.asl @@ -23,7 +23,7 @@ #define BRIGHTNESS_UP \_SB.PCI0.GFX0.LCD0.INCB #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.LCD0.DECB #define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0 -#define RP03_IS_EXPRESSCARD 1 +#define RP04_IS_EXPRESSCARD 1 #define HAVE_LCD_SCREEN 1 DefinitionBlock( |