[coreboot-gerrit] Change in coreboot[master]: stoneyridge: Fix USB ASL

Marc Jones (Code Review) gerrit at coreboot.org
Wed Oct 18 07:17:00 CEST 2017


Marc Jones has uploaded this change for review. ( https://review.coreboot.org/22097


Change subject: stoneyridge: Fix USB ASL
......................................................................

stoneyridge: Fix USB ASL

Stoney Ridge has one EHCI controller and one XHCI controller.

Change-Id: I5749ca0640796732e74e551147f8c4446317b77e
Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
M src/soc/amd/stoneyridge/acpi/usb.asl
1 file changed, 2 insertions(+), 31 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/22097/1

diff --git a/src/soc/amd/stoneyridge/acpi/usb.asl b/src/soc/amd/stoneyridge/acpi/usb.asl
index 30fac2a..d3038b3 100644
--- a/src/soc/amd/stoneyridge/acpi/usb.asl
+++ b/src/soc/amd/stoneyridge/acpi/usb.asl
@@ -14,41 +14,12 @@
  * GNU General Public License for more details.
  */
 
-/* 0:12.0 - OHCI */
-Device(UOH1) {
+/* 0:12.0 - EHCI */
+Device(EHC0) {
 	Name(_ADR, 0x00120000)
 	Name(_PRW, Package() {0x0b, 3})
 } /* end UOH1 */
 
-/* 0:12.2 - EHCI */
-Device(UOH2) {
-	Name(_ADR, 0x00120002)
-	Name(_PRW, Package() {0x0b, 3})
-} /* end UOH2 */
-
-/* 0:13.0 - OHCI */
-Device(UOH3) {
-	Name(_ADR, 0x00130000)
-	Name(_PRW, Package() {0x0b, 3})
-} /* end UOH3 */
-
-/* 0:13.2 - EHCI */
-Device(UOH4) {
-	Name(_ADR, 0x00130002)
-	Name(_PRW, Package() {0x0b, 3})
-} /* end UOH4 */
-
-/* 0:16.0 - OHCI */
-Device(UOH5) {
-	Name(_ADR, 0x00160000)
-	Name(_PRW, Package() {0x0b, 3})
-} /* end UOH5 */
-
-/* 0:16.2 - EHCI */
-Device(UOH6) {
-	Name(_ADR, 0x00160002)
-	Name(_PRW, Package() {0x0b, 3})
-} /* end UOH5 */
 
 /* 0:10.0 - XHCI 0*/
 Device(XHC0) {

-- 
To view, visit https://review.coreboot.org/22097
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5749ca0640796732e74e551147f8c4446317b77e
Gerrit-Change-Number: 22097
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171018/46bc6d86/attachment.html>


More information about the coreboot-gerrit mailing list