diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-03-21 09:56:53 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-03-22 16:19:56 +0000 |
commit | f1826583b0750b3c84c9ad9d001864f88b900718 (patch) | |
tree | 701fd0a2d059fed84d5cbf5f45f151f4962b14cd /src/mainboard/starlabs | |
parent | 6bfe01e507e1f9184297b7efdafb72308d8fa88f (diff) |
mb/starlabs/starbook/{adl,rpl}: Disable CNVi
No variants were ever built with CNVi cards, so disable
this device.
Change-Id: I3725465eae0c7ade3dafa03add151353818ee761
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81393
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/adl/devicetree.cb | 9 | ||||
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb index 9362b45746..f7b45d3393 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb @@ -17,9 +17,6 @@ chip soc/intel/alderlake # FSP Silicon register "eist_enable" = "1" - register "cnvi_bt_core" = "1" - register "cnvi_bt_audio_offload" = "1" - # Serial I/O register "serial_io_i2c_mode" = "{ [PchSerialIoIndexI2C0] = PchSerialIoPci, @@ -87,12 +84,6 @@ chip soc/intel/alderlake end end device ref shared_sram on end - device ref cnvi_wifi on - chip drivers/wifi/generic - register "wake" = "GPE0_PME_B0" - device generic 0 on end - end - end device ref sata on register "sata_salp_support" = "1" register "sata_ports_enable[1]" = "1" diff --git a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb index 83f49d9fde..22f824f888 100644 --- a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb @@ -7,9 +7,6 @@ chip soc/intel/alderlake register "eist_enable" = "1" register "enable_c1e" = "1" - register "cnvi_bt_core" = "1" - register "cnvi_bt_audio_offload" = "1" - register "disable_dynamic_tccold_handshake" = "1" # Serial I/O @@ -108,12 +105,6 @@ chip soc/intel/alderlake end end device ref shared_sram on end - device ref cnvi_wifi on - chip drivers/wifi/generic - register "wake" = "GPE0_PME_B0" - device generic 0 on end - end - end device ref pcie_rp5 on # WiFi chip drivers/wifi/generic register "wake" = "GPE0_PME_B0" |