diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-09-05 15:35:37 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-08 12:44:54 +0000 |
commit | 59453aa7637bc16c03f7bf947e5d7b8f1589214a (patch) | |
tree | 7378ba60987ba378ff0043e3060705582fc3fad8 /src | |
parent | 3ff6b2ff9efb4401c54af5a7a8d261601568634e (diff) |
mb/starlabs/starbook/{adl,rpl}: Remove unnecessary entries
Certain devices are enabled in Alder Lakes chipset.cb, so remove
them from the devicetree.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I929af0bed6c2e1024b4787424a8fe466edce5a36
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77663
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/adl/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb index 75abfc59b9..dc767d2661 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb @@ -87,7 +87,6 @@ chip soc/intel/alderlake end end device ref shared_sram on end - device ref heci1 on end device ref sata on register "sata_salp_support" = "1" register "sata_ports_enable[1]" = "1" @@ -166,7 +165,6 @@ chip soc/intel/alderlake device pnp 4e.19 off end # Power Management Channel 5 end end - device ref p2sb on end device ref hda on register "pch_hda_audio_link_hda_enable" = "1" register "pch_hda_idisp_codec_enable" = "1" diff --git a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb index 02d3c7b312..b319f5efdf 100644 --- a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb @@ -107,7 +107,6 @@ chip soc/intel/alderlake end end device ref shared_sram on end - device ref heci1 on end device ref pcie_rp5 on # WiFi chip drivers/wifi/generic register "wake" = "GPE0_PME_B0" @@ -163,7 +162,6 @@ chip soc/intel/alderlake device pnp 4e.19 off end # Power Management Channel 5 end end - device ref p2sb on end device ref hda on register "pch_hda_sdi_enable[0]" = "1" register "pch_hda_audio_link_hda_enable" = "1" |