From 59453aa7637bc16c03f7bf947e5d7b8f1589214a Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 5 Sep 2023 15:35:37 +0100 Subject: [PATCH] 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 Change-Id: I929af0bed6c2e1024b4787424a8fe466edce5a36 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77663 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/starlabs/starbook/variants/adl/devicetree.cb | 2 -- src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb | 2 -- 2 files changed, 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"