diff options
author | Dave Frodin <dave.frodin@se-eng.com> | 2012-10-31 08:51:01 -0600 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2012-11-02 21:07:24 +0100 |
commit | 75a26f875b0ebe549305b14bccb32206128ce163 (patch) | |
tree | 8cc832a5b722effdf969fe1252e02f1373cda18e /src/mainboard/amd/persimmon/devicetree.cb | |
parent | f3b86b3136960c954467a917a0df066b1c35c2aa (diff) |
Persimmon: disable the unconnected Full-Speed USB port
Change-Id: Ia3824059a38412896ed2be0c8714018b2291c9f8
Signed-off-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-on: http://review.coreboot.org/1660
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/mainboard/amd/persimmon/devicetree.cb')
-rw-r--r-- | src/mainboard/amd/persimmon/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/devicetree.cb b/src/mainboard/amd/persimmon/devicetree.cb index da81dc3adf..178fd76eef 100644 --- a/src/mainboard/amd/persimmon/devicetree.cb +++ b/src/mainboard/amd/persimmon/devicetree.cb @@ -82,7 +82,7 @@ chip northbridge/amd/agesa/family14/root_complex end # f81865f end #LPC device pci 14.4 on end # PCIB 0x4384, NOTE: PCI interface pins shared with GPIO {GPIO 35:0} - device pci 14.5 on end # USB 2 + device pci 14.5 off end # USB 2 device pci 15.0 off end # PCIe PortA device pci 15.1 off end # PCIe PortB device pci 15.2 off end # PCIe PortC |