diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-09-09 12:44:33 +0100 |
---|---|---|
committer | Sean Rhodes <sean@starlabs.systems> | 2024-10-03 09:34:43 +0000 |
commit | 77ce5b83e00b9df1ffa7cd6411c2348291900439 (patch) | |
tree | dd62e93c6cd3976e8902c895a9569f5e7d7232a1 /src | |
parent | 74d4530f4ad532d9270534559b8d10218bbe62dc (diff) |
mb/starlabs/starbook/tgl: Disable DPTF
DPTF is not used on this platform so disable the
PCI device.
Change-Id: I763ab948a79e3a020c1b89c69c714dd0d8f54812
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84270
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb index aa9db2a7c4..98800a3c7e 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb @@ -51,7 +51,6 @@ chip soc/intel/tigerlake # Actual device tree. device domain 0 on device ref igpu on end - device ref dptf on end device ref tbt_pcie_rp0 on end device ref gna on end device ref crashlog on end |