diff options
Diffstat (limited to 'src/mainboard/protectli/vault_cml')
-rw-r--r-- | src/mainboard/protectli/vault_cml/devicetree.cb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mainboard/protectli/vault_cml/devicetree.cb b/src/mainboard/protectli/vault_cml/devicetree.cb index 3ba2b0198d..dd04aa9836 100644 --- a/src/mainboard/protectli/vault_cml/devicetree.cb +++ b/src/mainboard/protectli/vault_cml/devicetree.cb @@ -89,19 +89,19 @@ chip soc/intel/cannonlake register "PcieClkSrcUsage[5]" = "PCIE_CLK_FREE" # USB related - register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \ - USB_PORT_WAKE_ENABLE(2) | \ - USB_PORT_WAKE_ENABLE(3) | \ - USB_PORT_WAKE_ENABLE(4) | \ - USB_PORT_WAKE_ENABLE(5) | \ - USB_PORT_WAKE_ENABLE(6) | \ - USB_PORT_WAKE_ENABLE(7) | \ - USB_PORT_WAKE_ENABLE(8) | \ + register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | + USB_PORT_WAKE_ENABLE(2) | + USB_PORT_WAKE_ENABLE(3) | + USB_PORT_WAKE_ENABLE(4) | + USB_PORT_WAKE_ENABLE(5) | + USB_PORT_WAKE_ENABLE(6) | + USB_PORT_WAKE_ENABLE(7) | + USB_PORT_WAKE_ENABLE(8) | USB_PORT_WAKE_ENABLE(9)" - register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \ - USB_PORT_WAKE_ENABLE(2) | \ - USB_PORT_WAKE_ENABLE(3) | \ + register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | + USB_PORT_WAKE_ENABLE(2) | + USB_PORT_WAKE_ENABLE(3) | USB_PORT_WAKE_ENABLE(4)" register "PchUsb2PhySusPgDisable" = "1" |