summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t530/variants/w530
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2024-01-13 22:08:11 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-19 08:50:13 +0000
commit5e1bfee6641d0427b8469ee89c3c495e387a9116 (patch)
tree8ecdd8fb8565033ea8328eb485bdf70b6d069abc /src/mainboard/lenovo/t530/variants/w530
parent3d4fbf763f09924b219b3bbf70c2a8a6532c4c80 (diff)
mb/lenovo/t530: Remove superfluous comments related to PCI devices
Since all devicetrees from lenovo/t530 are using the reference names for PCI devices now, remove the equivalent comments documenting their function. Change-Id: I5ba08843506bc22136aea42ac37936a4f5cad5ce Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79938 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Diffstat (limited to 'src/mainboard/lenovo/t530/variants/w530')
-rw-r--r--src/mainboard/lenovo/t530/variants/w530/overridetree.cb10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/t530/variants/w530/overridetree.cb b/src/mainboard/lenovo/t530/variants/w530/overridetree.cb
index 2029dc3aee..6b86387726 100644
--- a/src/mainboard/lenovo/t530/variants/w530/overridetree.cb
+++ b/src/mainboard/lenovo/t530/variants/w530/overridetree.cb
@@ -1,26 +1,26 @@
chip northbridge/intel/sandybridge
register "spd_addresses" = "{0x50, 0x52, 0x51, 0x53}"
device domain 0 on
- device ref igd on # Internal graphics VGA controller
+ device ref igd on
subsystemid 0x17aa 0x21f5
end
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
- device ref me_kt on end # Management Engine KT
- device ref pcie_rp1 on # PCIe Port #1
+ device ref me_kt on end
+ device ref pcie_rp1 on
chip drivers/ricoh/rce822 # Ricoh cardreader
register "disable_mask" = "0x83"
register "sdwppol" = "1"
device pci 00.0 on end # Ricoh SD card reader
end
end
- device ref lpc on # PCI-LPC bridge
+ device ref lpc on
chip ec/lenovo/h8
device pnp ff.2 on end # dummy
register "config1" = "0x01"
register "config3" = "0xe2"
end
end
- device ref thermal off end # Thermal
+ device ref thermal off end
end
end
end