diff options
author | Subrata Banik <subrata.banik@intel.com> | 2021-06-04 16:41:28 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2021-06-05 16:49:38 +0000 |
commit | c000057aa60f710c2b515f6a0e86fb407e2686d8 (patch) | |
tree | d925a6970b6f242f6c6c36496b7615f3758bcc88 | |
parent | 8a0aea8d58b8091c60f5cb0f580f2d9c334e3889 (diff) |
mb/intel/{adlrvp, sm}: Remove ADL-S devices from ADL-P/M devicetree.cb
Change-Id: I095394d9a79506346b8464c850d03cbd8ce2b812
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55221
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/intel/adlrvp/devicetree.cb | 10 | ||||
-rw-r--r-- | src/mainboard/intel/adlrvp/devicetree_m.cb | 10 | ||||
-rw-r--r-- | src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/src/mainboard/intel/adlrvp/devicetree.cb b/src/mainboard/intel/adlrvp/devicetree.cb index 23913ccc67..04c32723ac 100644 --- a/src/mainboard/intel/adlrvp/devicetree.cb +++ b/src/mainboard/intel/adlrvp/devicetree.cb @@ -319,19 +319,9 @@ chip soc/intel/alderlake device pci 0e.0 off end # VMD device pci 10.0 off end device pci 10.1 off end - device pci 10.6 off end # THC0 - device pci 10.7 off end # THC1 - device pci 11.0 off end - device pci 11.1 off end - device pci 11.2 off end - device pci 11.3 off end - device pci 11.4 off end - device pci 11.5 off end device pci 12.0 off end # SensorHUB - device pci 12.5 off end device pci 12.6 off end # GSPI2 device pci 13.0 off end # GSPI3 - device pci 13.1 off end device pci 14.0 on chip drivers/usb/acpi register "desc" = ""Root Hub"" diff --git a/src/mainboard/intel/adlrvp/devicetree_m.cb b/src/mainboard/intel/adlrvp/devicetree_m.cb index 4e4135fc98..4ebfff2e39 100644 --- a/src/mainboard/intel/adlrvp/devicetree_m.cb +++ b/src/mainboard/intel/adlrvp/devicetree_m.cb @@ -174,19 +174,9 @@ chip soc/intel/alderlake device pci 0e.0 off end # VMD device pci 10.0 off end device pci 10.1 off end - device pci 10.6 off end # THC0 - device pci 10.7 off end # THC1 - device pci 11.0 off end - device pci 11.1 off end - device pci 11.2 off end - device pci 11.3 off end - device pci 11.4 off end - device pci 11.5 off end device pci 12.0 off end # SensorHUB - device pci 12.5 off end device pci 12.6 off end # GSPI2 device pci 13.0 off end # GSPI3 - device pci 13.1 off end device pci 14.0 on chip drivers/usb/acpi register "desc" = ""Root Hub"" diff --git a/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb b/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb index 43a23a19c4..52b35faca0 100644 --- a/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb +++ b/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb @@ -200,19 +200,9 @@ chip soc/intel/alderlake device pci 0e.0 off end # VMD device pci 10.0 off end device pci 10.1 off end - device pci 10.6 off end # THC0 - device pci 10.7 off end # THC1 - device pci 11.0 off end - device pci 11.1 off end - device pci 11.2 off end - device pci 11.3 off end - device pci 11.4 off end - device pci 11.5 off end device pci 12.0 off end # SensorHUB - device pci 12.5 off end device pci 12.6 off end # GSPI2 device pci 13.0 off end # GSPI3 - device pci 13.1 off end device pci 14.0 on chip drivers/usb/acpi register "desc" = ""Root Hub"" |