From 3d638a19fd84480056d7e8140f71002f3fc208a3 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 16 Feb 2024 20:12:23 -0600 Subject: mb/purism/librem_cnl: Drop devicetree entries identical to chipset.cb Now that the board uses chipset devicetree references, remove all references whose value is identical to the chipset devicetree default, since they are pointless clutter. TEST=build/boot purism/librem_cnl (Mini v2), run lspci and verify output unchanged before and after patch. Change-Id: I6c656d227962548cebde61f1d82333837adbbf56 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/80599 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/mainboard/purism/librem_cnl/devicetree.cb | 57 ++++----------------------- 1 file changed, 8 insertions(+), 49 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/purism/librem_cnl/devicetree.cb b/src/mainboard/purism/librem_cnl/devicetree.cb index 3d26b096f9d0..5287872b3ad5 100644 --- a/src/mainboard/purism/librem_cnl/devicetree.cb +++ b/src/mainboard/purism/librem_cnl/devicetree.cb @@ -44,58 +44,17 @@ chip soc/intel/cannonlake device cpu_cluster 0 on end device domain 0 on - device ref system_agent on end - device ref igpu on end - device ref dptf on + device ref igpu on end + device ref dptf on register "Device4Enable" = "1" end - device ref thermal on end - device ref ish off end - device ref xhci on end - device ref xdci off end - device ref i2c0 off end - device ref i2c1 off end - device ref i2c2 off end - device ref i2c3 off end - device ref heci1 off end - device ref heci2 off end - device ref csme_ider off end - device ref csme_ktr off end - device ref heci3 off end - device ref heci4 off end - device ref sata on end - device ref i2c4 off end - device ref i2c5 off end - device ref uart2 off end - device ref emmc off end - device ref pcie_rp1 off end - device ref pcie_rp2 off end - device ref pcie_rp3 off end - device ref pcie_rp4 off end - device ref pcie_rp5 off end - device ref pcie_rp6 off end - device ref pcie_rp7 off end - device ref pcie_rp8 off end - device ref pcie_rp9 off end - device ref pcie_rp10 off end - device ref pcie_rp11 off end - device ref pcie_rp12 off end - device ref pcie_rp13 off end - device ref pcie_rp14 off end - device ref pcie_rp15 off end - device ref pcie_rp16 off end - device ref uart0 off end - device ref uart1 off end - device ref gspi0 off end - device ref gspi1 off end - device ref lpc_espi on end - device ref p2sb off end - device ref pmc hidden end - device ref hda on + device ref thermal on end + device ref xhci on end + device ref sata on end + device ref hda on register "PchHdaAudioLinkHda" = "1" end - device ref smbus on end - device ref fast_spi on end - device ref gbe off end + device ref smbus on end + device ref fast_spi on end end end -- cgit v1.2.3