diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-10-23 07:26:28 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-10-25 14:16:16 +0000 |
commit | 21b5a9aff41136bacb3cce78ae027cd588c74295 (patch) | |
tree | 57ff2a980d3a8704f16c9d7cd80341b107840e82 /src/mainboard/google/brya/variants | |
parent | a41abea65d673d7c006dbde2ca832abdedd0bb2b (diff) |
devicetrees: Remove trailing backslash from multiline values
It's not needed to put a backslash at the end of a line for quoted
multiline values. Thus, remove it.
Change-Id: I1b83d53598ba2adeed853a96d6c2c1a21f01a9f7
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78576
Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/brya/variants')
3 files changed, 19 insertions, 19 deletions
diff --git a/src/mainboard/google/brya/variants/aurash/overridetree.cb b/src/mainboard/google/brya/variants/aurash/overridetree.cb index bd3e9d1254..2b9ebfea64 100644 --- a/src/mainboard/google/brya/variants/aurash/overridetree.cb +++ b/src/mainboard/google/brya/variants/aurash/overridetree.cb @@ -37,13 +37,13 @@ chip soc/intel/alderlake }" # Type-A port A2 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) | \ - USB_PORT_WAKE_ENABLE(6) | \ - USB_PORT_WAKE_ENABLE(7) | \ + register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(4) | + USB_PORT_WAKE_ENABLE(6) | + USB_PORT_WAKE_ENABLE(7) | USB_PORT_WAKE_ENABLE(8)" - 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 "tcc_offset" = "0" # TCC of 100C register "power_limits_config[ADL_P_142_242_282_15W_CORE]" = "{ diff --git a/src/mainboard/google/brya/variants/kinox/overridetree.cb b/src/mainboard/google/brya/variants/kinox/overridetree.cb index 96e6e60951..fcca3d89f5 100644 --- a/src/mainboard/google/brya/variants/kinox/overridetree.cb +++ b/src/mainboard/google/brya/variants/kinox/overridetree.cb @@ -45,14 +45,14 @@ chip soc/intel/alderlake register "usb3_ports[3]" = "USB3_PORT_DEFAULT(OC_SKIP)" # USB HUB # Bitmap for Wake Enable on USB attach/detach - register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \ - 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(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 "tcss_ports[1]" = "TCSS_PORT_DEFAULT(OC1)" # BTB diff --git a/src/mainboard/google/brya/variants/moli/overridetree.cb b/src/mainboard/google/brya/variants/moli/overridetree.cb index cad69bb95f..e636540033 100644 --- a/src/mainboard/google/brya/variants/moli/overridetree.cb +++ b/src/mainboard/google/brya/variants/moli/overridetree.cb @@ -38,13 +38,13 @@ chip soc/intel/alderlake 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) | \ - USB_PORT_WAKE_ENABLE(6) | \ - USB_PORT_WAKE_ENABLE(7) | \ + register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(4) | + USB_PORT_WAKE_ENABLE(6) | + USB_PORT_WAKE_ENABLE(7) | USB_PORT_WAKE_ENABLE(8)" - 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 "tcc_offset" = "0" # TCC of 100C |