diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-01-13 22:41:27 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-19 08:50:44 +0000 |
commit | f02e9e87b4b179ad4e2bd47cb332c847a38b0e1b (patch) | |
tree | 4a0d9bb3eac4b39439a7652ca8b2f61aefc8ed2b /src/mainboard/lenovo/t430s/variants | |
parent | 5e1bfee6641d0427b8469ee89c3c495e387a9116 (diff) |
mb/lenovo/t430: Remove superfluous comments related to PCI devices
Since all devicetrees from lenovo/t430 are using the reference names for
PCI devices now, remove the equivalent comments documenting their
function.
Change-Id: I84f432e89c41a02115715f7f1b56123dd0d81171
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79942
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Diffstat (limited to 'src/mainboard/lenovo/t430s/variants')
-rw-r--r-- | src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb b/src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb index 25151509a3..5677a8729a 100644 --- a/src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb +++ b/src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb @@ -4,7 +4,7 @@ chip northbridge/intel/sandybridge chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH # Enable hotplug on Port 5 for Thunderbolt controller register "pcie_hotplug_map" = "{ 0, 0, 1, 0, 1, 0, 0, 0 }" - device ref pcie_rp5 on end # PCIe Port #5 Thunderbolt controller + device ref pcie_rp5 on end # Thunderbolt controller device ref lpc on chip ec/lenovo/h8 device pnp ff.2 on end # dummy @@ -12,7 +12,7 @@ chip northbridge/intel/sandybridge register "bdc_gpio_num" = "54" register "bdc_gpio_lvl" = "0" end - end # LPC Controller + end end end end diff --git a/src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb b/src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb index 3e13627d61..e839358ddf 100644 --- a/src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb +++ b/src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb @@ -15,7 +15,7 @@ chip northbridge/intel/sandybridge device domain 0 on subsystemid 0x17aa 0x2208 inherit - device ref peg10 off end # PCIe Bridge for discrete graphics + device ref peg10 off end # discrete graphics chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH # Enable SATA ports 0 (HDD bay) & 1 (WWAN M.2 SATA) & 4 (dock) @@ -23,14 +23,14 @@ chip northbridge/intel/sandybridge # T431s has no Express Card slot. register "pcie_hotplug_map" = "{ 0, 0, 0, 0, 0, 0, 0, 0 }" - device ref pcie_rp1 on # PCIe Port #1 + device ref pcie_rp1 on chip drivers/ricoh/rce822 # Ricoh cardreader register "disable_mask" = "0x87" register "sdwppol" = "0" device pci 00.0 on end # Ricoh SD card reader end end - device ref pcie_rp3 off end # PCIe Port #3 + device ref pcie_rp3 off end device ref lpc on chip ec/lenovo/h8 device pnp ff.2 on end # dummy @@ -41,8 +41,8 @@ chip northbridge/intel/sandybridge # T431s only has BT on wlan card register "has_bdc_detection" = "0" end - end # LPC Controller - device ref thermal off end # Thermal + end + device ref thermal off end end end end |