summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2024-02-16 20:12:23 -0600
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 05:34:01 +0000
commit3d638a19fd84480056d7e8140f71002f3fc208a3 (patch)
tree4e3d2c10d642db4dee81788f6db5e237bc7595b1
parente29c3e748d83dba01722961cd9947704be05ff6e (diff)
downloadcoreboot-3d638a19fd84480056d7e8140f71002f3fc208a3.tar.gz
coreboot-3d638a19fd84480056d7e8140f71002f3fc208a3.tar.bz2
coreboot-3d638a19fd84480056d7e8140f71002f3fc208a3.zip
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 <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80599 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/purism/librem_cnl/devicetree.cb57
1 files changed, 8 insertions, 49 deletions
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