mb/lenovo/x1/devicetree: Use subsystemid inheritance
Change-Id: I0081b5f219447b110dddfa82cbae51d9ca282f5b Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37384 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9e81aacd9c
commit
4b59fe402a
|
@ -13,12 +13,10 @@ chip northbridge/intel/sandybridge
|
||||||
register "gpu_pch_backlight" = "0x13121312"
|
register "gpu_pch_backlight" = "0x13121312"
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device pci 00.0 on
|
subsystemid 0x17aa 0x21e8 inherit
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end # host bridge
|
device pci 00.0 on end # host bridge
|
||||||
device pci 02.0 on
|
device pci 02.0 on end # vga controller
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end # vga controller
|
|
||||||
|
|
||||||
chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
|
chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
|
||||||
# Enable SATA ports 0 (HDD bay) & 2 (msata) & 3 (esatap)
|
# Enable SATA ports 0 (HDD bay) & 2 (msata) & 3 (esatap)
|
||||||
|
@ -26,37 +24,23 @@ chip northbridge/intel/sandybridge
|
||||||
# X1 does not have ExpressCard slot
|
# X1 does not have ExpressCard slot
|
||||||
register "pcie_hotplug_map" = "{ 0, 0, 0, 0, 0, 0, 0, 0 }"
|
register "pcie_hotplug_map" = "{ 0, 0, 0, 0, 0, 0, 0, 0 }"
|
||||||
|
|
||||||
device pci 1a.0 on
|
device pci 1a.0 on end # USB2 EHCI #2
|
||||||
subsystemid 0x17aa 0x21e8
|
device pci 1b.0 on end # High Definition Audio
|
||||||
end # USB2 EHCI #2
|
|
||||||
device pci 1b.0 on
|
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end # High Definition Audio
|
|
||||||
device pci 1c.0 off end # PCIe Port #1
|
device pci 1c.0 off end # PCIe Port #1
|
||||||
device pci 1c.1 on
|
device pci 1c.1 on end # PCIe Port #2 (wlan)
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end # PCIe Port #2 (wlan)
|
|
||||||
device pci 1c.2 off end # PCIe Port #3
|
device pci 1c.2 off end # PCIe Port #3
|
||||||
device pci 1c.3 off end # PCIe Port #4
|
device pci 1c.3 off end # PCIe Port #4
|
||||||
device pci 1c.4 on
|
device pci 1c.4 on
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
chip drivers/ricoh/rce822 # Ricoh cardreader
|
chip drivers/ricoh/rce822 # Ricoh cardreader
|
||||||
device pci 00.0 on
|
device pci 00.0 on end
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end # PCIe Port #5 (SD)
|
end # PCIe Port #5 (SD)
|
||||||
device pci 1c.5 off end # PCIe Port #6
|
device pci 1c.5 off end # PCIe Port #6
|
||||||
device pci 1c.6 on
|
device pci 1c.6 on end # PCIe Port #7
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end # PCIe Port #7
|
|
||||||
device pci 1c.7 off end # PCIe Port #8
|
device pci 1c.7 off end # PCIe Port #8
|
||||||
device pci 1d.0 on
|
device pci 1d.0 on end # USB2 EHCI #1
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end # USB2 EHCI #1
|
|
||||||
device pci 1e.0 off end # PCI bridge
|
device pci 1e.0 off end # PCI bridge
|
||||||
device pci 1f.0 on #LPC bridge
|
device pci 1f.0 on #LPC bridge
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
chip ec/lenovo/h8
|
chip ec/lenovo/h8
|
||||||
register "config2" = "0xe0"
|
register "config2" = "0xe0"
|
||||||
register "config3" = "0xc0"
|
register "config3" = "0xc0"
|
||||||
|
@ -71,15 +55,9 @@ chip northbridge/intel/sandybridge
|
||||||
register "has_bdc_detection" = "0"
|
register "has_bdc_detection" = "0"
|
||||||
end
|
end
|
||||||
end # LPC bridge
|
end # LPC bridge
|
||||||
device pci 1f.2 on
|
device pci 1f.2 on end # SATA Controller 1
|
||||||
subsystemid 0x17aa 0x21e8
|
device pci 1f.3 on end # SMBus
|
||||||
end # SATA Controller 1
|
device pci 1f.6 on end # Thermal
|
||||||
device pci 1f.3 on
|
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end # SMBus
|
|
||||||
device pci 1f.6 on
|
|
||||||
subsystemid 0x17aa 0x21e8
|
|
||||||
end # Thermal
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue