diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-09-09 12:39:02 +0100 |
---|---|---|
committer | Sean Rhodes <sean@starlabs.systems> | 2024-10-03 09:34:19 +0000 |
commit | cfa4d42d19161646699b33a647825770c7a56656 (patch) | |
tree | 4517ec69d51bd7184eef67aadd366f6ba17e7037 /src/mainboard/starlabs/starbook | |
parent | 21443bccdab212a060a58bdfc993423f49f84fc6 (diff) |
mb/starlabs/starbook/cml: Disable DPTF
DPTF is not used on this platform so disable the
PCI device.
Change-Id: I7fa01936568108dd7707a3c2ea7041a1198533b5
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84266
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/starlabs/starbook')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/cml/devicetree.cb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb index d9858401cf..8911a1b995 100644 --- a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb @@ -38,9 +38,6 @@ chip soc/intel/cannonlake # Actual device tree. device domain 0 on device ref igpu on end - device ref dptf on - register "Device4Enable" = "1" - end device ref xhci on # Motherboard USB Type C register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC_SKIP)" |