[coreboot-gerrit] New patch to review for coreboot: amd/olivehillplus: Tidy up devicetree

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Fri Oct 30 11:13:43 CET 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12263

-gerrit

commit 7648a7d372827c958400a6ce612a09c52f10b535
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Tue Jun 23 07:46:44 2015 +0300

    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 at gmail.com>
---
 src/mainboard/amd/olivehillplus/devicetree.cb | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/mainboard/amd/olivehillplus/devicetree.cb b/src/mainboard/amd/olivehillplus/devicetree.cb
index 6ce5c59..f15877c 100644
--- a/src/mainboard/amd/olivehillplus/devicetree.cb
+++ b/src/mainboard/amd/olivehillplus/devicetree.cb
@@ -44,22 +44,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



More information about the coreboot-gerrit mailing list