Kapil Porwal has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/73706 )
Change subject: mb/google/brask/var/moli: Allow USB2 wakeups to (un)plug events in dt ......................................................................
mb/google/brask/var/moli: Allow USB2 wakeups to (un)plug events in dt
Enable wakeup events for remaining USB2 ports
BUG=none TEST=TBD
Signed-off-by: Kapil Porwal kapilporwal@google.com Change-Id: I4097207e827594985a7d361030494a63a02b75e5 --- M src/mainboard/google/brya/variants/moli/overridetree.cb 1 file changed, 18 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/73706/1
diff --git a/src/mainboard/google/brya/variants/moli/overridetree.cb b/src/mainboard/google/brya/variants/moli/overridetree.cb index ded70f2..de0be6f 100644 --- a/src/mainboard/google/brya/variants/moli/overridetree.cb +++ b/src/mainboard/google/brya/variants/moli/overridetree.cb @@ -38,7 +38,9 @@ register "tcss_ports[3]" = "TCSS_PORT_EMPTY" # Disable TCP3
# Bitmap for Wake Enable on USB attach/detach - register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(4) | \ + register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \ + USB_PORT_WAKE_ENABLE(3) | \ + USB_PORT_WAKE_ENABLE(4) | \ USB_PORT_WAKE_ENABLE(6) | \ USB_PORT_WAKE_ENABLE(7) | \ USB_PORT_WAKE_ENABLE(8)"