diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-01-13 23:58:49 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-14 23:26:34 +0000 |
commit | 614e6defbc613797a991f32fbc36a6b8ce99ea84 (patch) | |
tree | 4210e1e8cbcc0a3997e2613c89ced054684c1a6d /src/mainboard/asus/h61-series/variants/h61m-cs | |
parent | 0b1f4382a53f4af51b5170c5f9d912ff1ca5409b (diff) |
mb/asus/h61-series: Remove superfluous comments related to PCI devices
Since all devicetrees from asus/h61_series are using the reference names
for PCI devices now, remove the equivalent comments documenting their
function.
Change-Id: I1ba2cb08e60cf806c5d749be15265e577a7abc25
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79970
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Diffstat (limited to 'src/mainboard/asus/h61-series/variants/h61m-cs')
-rw-r--r-- | src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb b/src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb index 066136cb4d..855851035d 100644 --- a/src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb +++ b/src/mainboard/asus/h61-series/variants/h61m-cs/overridetree.cb @@ -5,21 +5,21 @@ chip northbridge/intel/sandybridge subsystemid 0x1043 0x844d inherit chip southbridge/intel/bd82x6x register "gen1_dec" = "0x000c0291" - device ref hda on # High Definition Audio controller + device ref hda on subsystemid 0x1043 0x8445 end - device ref pcie_rp1 off end # PCIe Port #1 - device ref pcie_rp2 off end # PCIe Port #2 - device ref pcie_rp3 off end # PCIe Port #3 + device ref pcie_rp1 off end + device ref pcie_rp2 off end + device ref pcie_rp3 off end device ref pcie_rp4 on end # PCIe x1 Slot 1 PCIE_1 device ref pcie_rp5 on end # PCIe x1 Slot 2 PCIE_2 device ref pcie_rp6 on # Realtek Gigabit NIC device pci 00.0 on end end - device ref pcie_rp7 off end # PCIe Port #7 - device ref pcie_rp8 off end # PCIe Port #8 + device ref pcie_rp7 off end + device ref pcie_rp8 off end - device ref lpc on # LPC bridge PCI-LPC bridge + device ref lpc on chip superio/nuvoton/nct6779d device pnp 2e.1 off end # Parallel device pnp 2e.2 off end # UART A |