[coreboot-gerrit] New patch to review for coreboot: 0824287 samus: Disable USB Port 5

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Apr 2 23:53:31 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9282

-gerrit

commit 0824287e465982c7600766d880f9be34cf4a5891
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Wed Dec 10 08:11:56 2014 -0800

    samus: Disable USB Port 5
    
    This device is not used in current builds and should be
    disabled to help EMI.
    
    BUG=chrome-os-partner:34117
    BRANCH=samus
    TEST=build and boot on samus
    
    Change-Id: I5c34f1f6c84d9de04a42e16fa32f57d4f9d1e478
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: 00a9b2ad8512f84beff7358dad0ec028478c57d2
    Original-Change-Id: I62541e343dcaa3cd31c81b73d8c27a5efcf3ad60
    Original-Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/234403
    Original-Reviewed-by: Shawn Nematbakhsh <shawnn at chromium.org>
---
 src/mainboard/google/samus/pei_data.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/google/samus/pei_data.c b/src/mainboard/google/samus/pei_data.c
index 04b86e0..05a3ded 100644
--- a/src/mainboard/google/samus/pei_data.c
+++ b/src/mainboard/google/samus/pei_data.c
@@ -60,9 +60,9 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
 	/* P4: RAIDEN */
 	pei_data_usb2_port(pei_data, 4, 0x0080, 1, USB_OC_PIN_SKIP,
 			   USB_PORT_BACK_PANEL);
-	/* P5: WWAN */
-	pei_data_usb2_port(pei_data, 5, 0x0040, 1, USB_OC_PIN_SKIP,
-			   USB_PORT_INTERNAL);
+	/* P5: WWAN (Disabled) */
+	pei_data_usb2_port(pei_data, 5, 0x0000, 0, USB_OC_PIN_SKIP,
+			   USB_PORT_SKIP);
 	/* P6: CAMERA */
 	pei_data_usb2_port(pei_data, 6, 0x0040, 1, USB_OC_PIN_SKIP,
 			   USB_PORT_INTERNAL);



More information about the coreboot-gerrit mailing list