diff options
author | Varshit B Pandya <varshit.b.pandya@intel.com> | 2021-07-01 16:37:04 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2021-07-05 05:27:26 +0000 |
commit | f09b39bf88fd40fd9f90dec6b0ad139edcf60181 (patch) | |
tree | bcaf21bfd5a2bc978f2a9b7a679065e7b0053d99 /src/soc/intel/alderlake/chipset.cb | |
parent | ca4e6aa3ade3a0fae4205ef86fdf049e87c93f4c (diff) |
soc/intel/alderlake: Correct Bus and Device of Touch Host Controller
Correct Bus and Device for THC0 and THC1
Signed-off-by: Varshit B Pandya <varshit.b.pandya@intel.com>
Change-Id: I41858ea156c8258ea0e7be9e2f67fb0e24144c80
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55998
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/soc/intel/alderlake/chipset.cb')
-rw-r--r-- | src/soc/intel/alderlake/chipset.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/alderlake/chipset.cb b/src/soc/intel/alderlake/chipset.cb index 7085263b66..b05a1e9bb5 100644 --- a/src/soc/intel/alderlake/chipset.cb +++ b/src/soc/intel/alderlake/chipset.cb @@ -79,8 +79,8 @@ chip soc/intel/alderlake device pci 0d.2 alias tcss_dma0 off end device pci 0d.3 alias tcss_dma1 off end device pci 0e.0 alias vmd off end - device pci 10.0 alias thc0 off end - device pci 10.1 alias thc1 off end + device pci 10.6 alias thc0 off end + device pci 10.7 alias thc1 off end device pci 12.0 alias ish off end device pci 12.6 alias gspi2 off end device pci 13.0 alias gspi3 off end |