diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-06-23 07:46:44 +0300 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-02 16:41:33 +0100 |
commit | 65eec4d959a847c43b5f4e92c6eee60f042fd7f6 (patch) | |
tree | 94181a7e38e308bc4b0873d23e764bc48001c751 /src/mainboard | |
parent | 688257409330b9d12455c6997b0f57f128cd207b (diff) |
amd/olivehillplus: Tidy up devicetree
Some comments and leftover static USB devices whose function
numbers changed.
Change-Id: I4d7c7499fe436588ef7e5ae030212c2638a4505f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/12263
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/olivehillplus/devicetree.cb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/mainboard/amd/olivehillplus/devicetree.cb b/src/mainboard/amd/olivehillplus/devicetree.cb index a848a1bcd1..ee0cd98bfe 100644 --- a/src/mainboard/amd/olivehillplus/devicetree.cb +++ b/src/mainboard/amd/olivehillplus/devicetree.cb @@ -40,22 +40,20 @@ chip northbridge/amd/pi/00730F01/root_complex chip southbridge/amd/pi/hudson # it is under NB/SB Link, but on the same pci bus device pci 10.0 on end # XHCI HC0 device pci 11.0 on end # SATA - device pci 12.0 on end # USB - device pci 12.2 on end # USB - device pci 13.0 on end # USB - device pci 13.2 on end # USB - device pci 14.0 on # SM + device pci 12.0 on end # EHCI #0 + device pci 13.0 on end # EHCI #1 + device pci 14.0 on # SMBus chip drivers/generic/generic #dimm 0-0-0 device i2c 50 on end end chip drivers/generic/generic #dimm 0-0-1 device i2c 51 on end end - end # SM + end # SMbus device pci 14.2 on end # HDA 0x4383 device pci 14.3 on end # LPC 0x439d device pci 14.7 on end # SD - device pci 16.0 on end # USB + device pci 16.0 on end # EHCI #2 end #chip southbridge/amd/pi/hudson device pci 18.0 on end |