soc/intel/elkhartlake: Minor fix for SCS & XHCI devices in ACPI
1. Remove the extra UAB devices in xhci.asl 2. Update SD controller ADR in scs.asl 3. Remove the unused SCS PID Signed-off-by: Lean Sheng Tan <lean.sheng.tan@intel.com> Change-Id: I1906fb4e6893dc5e2b0bc8d85f4a7b2efc85c3a4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54867 Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8d2177bf01
commit
29ad904cbe
|
@ -68,7 +68,7 @@ Scope (\_SB.PCI0) {
|
||||||
/* SD CARD */
|
/* SD CARD */
|
||||||
Device (SDXC)
|
Device (SDXC)
|
||||||
{
|
{
|
||||||
Name (_ADR, 0x00140005)
|
Name (_ADR, 0x001A0001)
|
||||||
Name (_DDN, "SD Controller")
|
Name (_DDN, "SD Controller")
|
||||||
Name (TEMP, 0)
|
Name (TEMP, 0)
|
||||||
Name (DSUU, ToUUID("f6c13ea5-65cd-461f-ab7a-29f7e8d5bd61"))
|
Name (DSUU, ToUUID("f6c13ea5-65cd-461f-ab7a-29f7e8d5bd61"))
|
||||||
|
|
|
@ -40,13 +40,11 @@ Device (XHCI)
|
||||||
Device (HS08) { Name (_ADR, 8) }
|
Device (HS08) { Name (_ADR, 8) }
|
||||||
Device (HS09) { Name (_ADR, 9) }
|
Device (HS09) { Name (_ADR, 9) }
|
||||||
Device (HS10) { Name (_ADR, 10) }
|
Device (HS10) { Name (_ADR, 10) }
|
||||||
Device (HS11) { Name (_ADR, 11) }
|
|
||||||
Device (HS12) { Name (_ADR, 12) }
|
|
||||||
|
|
||||||
/* USB3 */
|
/* USB3 */
|
||||||
Device (SS01) { Name (_ADR, 13) }
|
Device (SS01) { Name (_ADR, 11) }
|
||||||
Device (SS02) { Name (_ADR, 14) }
|
Device (SS02) { Name (_ADR, 12) }
|
||||||
Device (SS03) { Name (_ADR, 15) }
|
Device (SS03) { Name (_ADR, 13) }
|
||||||
Device (SS04) { Name (_ADR, 16) }
|
Device (SS04) { Name (_ADR, 14) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#define PID_PSF2 0xbb
|
#define PID_PSF2 0xbb
|
||||||
#define PID_PSF3 0xbc
|
#define PID_PSF3 0xbc
|
||||||
#define PID_PSF4 0xbd
|
#define PID_PSF4 0xbd
|
||||||
#define PID_SCS 0xc0
|
|
||||||
#define PID_RTC 0xc3
|
#define PID_RTC 0xc3
|
||||||
#define PID_ITSS 0xc4
|
#define PID_ITSS 0xc4
|
||||||
#define PID_ESPI 0xc7
|
#define PID_ESPI 0xc7
|
||||||
|
|
Loading…
Reference in New Issue