summaryrefslogtreecommitdiff
path: root/src/mainboard/google/puff
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-10-23 07:26:28 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-10-25 14:16:16 +0000
commit21b5a9aff41136bacb3cce78ae027cd588c74295 (patch)
tree57ff2a980d3a8704f16c9d7cd80341b107840e82 /src/mainboard/google/puff
parenta41abea65d673d7c006dbde2ca832abdedd0bb2b (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/puff')
-rw-r--r--src/mainboard/google/puff/variants/ambassador/overridetree.cb16
-rw-r--r--src/mainboard/google/puff/variants/dooly/overridetree.cb4
-rw-r--r--src/mainboard/google/puff/variants/duffy/overridetree.cb16
-rw-r--r--src/mainboard/google/puff/variants/faffy/overridetree.cb16
-rw-r--r--src/mainboard/google/puff/variants/genesis/overridetree.cb16
-rw-r--r--src/mainboard/google/puff/variants/kaisa/overridetree.cb16
-rw-r--r--src/mainboard/google/puff/variants/moonbuggy/overridetree.cb16
-rw-r--r--src/mainboard/google/puff/variants/noibat/overridetree.cb12
-rw-r--r--src/mainboard/google/puff/variants/puff/overridetree.cb16
-rw-r--r--src/mainboard/google/puff/variants/scout/overridetree.cb16
-rw-r--r--src/mainboard/google/puff/variants/wyvern/overridetree.cb12
11 files changed, 78 insertions, 78 deletions
diff --git a/src/mainboard/google/puff/variants/ambassador/overridetree.cb b/src/mainboard/google/puff/variants/ambassador/overridetree.cb
index a96cd25244..8b6a9ae1b1 100644
--- a/src/mainboard/google/puff/variants/ambassador/overridetree.cb
+++ b/src/mainboard/google/puff/variants/ambassador/overridetree.cb
@@ -86,15 +86,15 @@ chip soc/intel/cannonlake
register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/dooly/overridetree.cb b/src/mainboard/google/puff/variants/dooly/overridetree.cb
index a5cf3baa67..78324ed8af 100644
--- a/src/mainboard/google/puff/variants/dooly/overridetree.cb
+++ b/src/mainboard/google/puff/variants/dooly/overridetree.cb
@@ -79,9 +79,9 @@ chip soc/intel/cannonlake
register "usb3_ports[5]" = "USB3_PORT_EMPTY"
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
USB_PORT_WAKE_ENABLE(3)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
USB_PORT_WAKE_ENABLE(2)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/duffy/overridetree.cb b/src/mainboard/google/puff/variants/duffy/overridetree.cb
index 0ccac51019..b1c50a2701 100644
--- a/src/mainboard/google/puff/variants/duffy/overridetree.cb
+++ b/src/mainboard/google/puff/variants/duffy/overridetree.cb
@@ -147,15 +147,15 @@ chip soc/intel/cannonlake
}" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/faffy/overridetree.cb b/src/mainboard/google/puff/variants/faffy/overridetree.cb
index 1a6838420a..83f0c166e8 100644
--- a/src/mainboard/google/puff/variants/faffy/overridetree.cb
+++ b/src/mainboard/google/puff/variants/faffy/overridetree.cb
@@ -155,15 +155,15 @@ chip soc/intel/cannonlake
}" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/genesis/overridetree.cb b/src/mainboard/google/puff/variants/genesis/overridetree.cb
index 45eda87332..6458f9f3f5 100644
--- a/src/mainboard/google/puff/variants/genesis/overridetree.cb
+++ b/src/mainboard/google/puff/variants/genesis/overridetree.cb
@@ -79,15 +79,15 @@ chip soc/intel/cannonlake
register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/kaisa/overridetree.cb b/src/mainboard/google/puff/variants/kaisa/overridetree.cb
index a2af448b58..6a2dd7b3af 100644
--- a/src/mainboard/google/puff/variants/kaisa/overridetree.cb
+++ b/src/mainboard/google/puff/variants/kaisa/overridetree.cb
@@ -147,15 +147,15 @@ chip soc/intel/cannonlake
}" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/moonbuggy/overridetree.cb b/src/mainboard/google/puff/variants/moonbuggy/overridetree.cb
index 3c3b01b925..a89c56dde6 100644
--- a/src/mainboard/google/puff/variants/moonbuggy/overridetree.cb
+++ b/src/mainboard/google/puff/variants/moonbuggy/overridetree.cb
@@ -79,15 +79,15 @@ chip soc/intel/cannonlake
register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/noibat/overridetree.cb b/src/mainboard/google/puff/variants/noibat/overridetree.cb
index 29f0fa2b9e..91a193977c 100644
--- a/src/mainboard/google/puff/variants/noibat/overridetree.cb
+++ b/src/mainboard/google/puff/variants/noibat/overridetree.cb
@@ -72,13 +72,13 @@ chip soc/intel/cannonlake
register "usb3_ports[4]" = "USB3_PORT_DEFAULT(OC0)" # Type-A Port 0
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
USB_PORT_WAKE_ENABLE(6)"
- 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(5)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/puff/overridetree.cb b/src/mainboard/google/puff/variants/puff/overridetree.cb
index da0001a02b..3cd6a01d21 100644
--- a/src/mainboard/google/puff/variants/puff/overridetree.cb
+++ b/src/mainboard/google/puff/variants/puff/overridetree.cb
@@ -80,15 +80,15 @@ chip soc/intel/cannonlake
register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(4) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(4) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/scout/overridetree.cb b/src/mainboard/google/puff/variants/scout/overridetree.cb
index 324f9fbac8..5462e9b700 100644
--- a/src/mainboard/google/puff/variants/scout/overridetree.cb
+++ b/src/mainboard/google/puff/variants/scout/overridetree.cb
@@ -86,15 +86,15 @@ chip soc/intel/cannonlake
register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
- register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
- USB_PORT_WAKE_ENABLE(5) | \
+ register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
+ USB_PORT_WAKE_ENABLE(5) |
USB_PORT_WAKE_ENABLE(6)"
# Enable eMMC HS400
diff --git a/src/mainboard/google/puff/variants/wyvern/overridetree.cb b/src/mainboard/google/puff/variants/wyvern/overridetree.cb
index 0aac160cc7..60ba0bcf51 100644
--- a/src/mainboard/google/puff/variants/wyvern/overridetree.cb
+++ b/src/mainboard/google/puff/variants/wyvern/overridetree.cb
@@ -83,13 +83,13 @@ chip soc/intel/cannonlake
register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A Port 4
# Bitmap for Wake Enable on USB attach/detach
- register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) | \
- USB_PORT_WAKE_ENABLE(2) | \
- USB_PORT_WAKE_ENABLE(3) | \
+ register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(1) |
+ USB_PORT_WAKE_ENABLE(2) |
+ USB_PORT_WAKE_ENABLE(3) |
USB_PORT_WAKE_ENABLE(6)"
- 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(5)"
# Enable eMMC HS400