From 21b5a9aff41136bacb3cce78ae027cd588c74295 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 23 Oct 2023 07:26:28 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78576 Reviewed-by: Erik van den Bogaert Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/kontron/mal10/variants/mal10/devicetree.cb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainboard/kontron/mal10') diff --git a/src/mainboard/kontron/mal10/variants/mal10/devicetree.cb b/src/mainboard/kontron/mal10/variants/mal10/devicetree.cb index 734f3f3842..953c8191f4 100644 --- a/src/mainboard/kontron/mal10/variants/mal10/devicetree.cb +++ b/src/mainboard/kontron/mal10/variants/mal10/devicetree.cb @@ -89,11 +89,11 @@ chip soc/intel/apollolake end # LPC device pci 1f.1 on # SMBUS chip drivers/i2c/nct7802y # Hardware Monitor - register "sensors" = "{ \ - .local_enable = 1, \ - .rtd[2] = RTD_VOLTAGE_MODE, \ - .rtd[1] = RTD_VOLTAGE_MODE, \ - .rtd[0] = RTD_THERMISTOR_MODE, \ + register "sensors" = "{ + .local_enable = 1, + .rtd[2] = RTD_VOLTAGE_MODE, + .rtd[1] = RTD_VOLTAGE_MODE, + .rtd[0] = RTD_THERMISTOR_MODE, }" # FAN0 register "fan[0].mode" = "FAN_SMART" -- cgit v1.2.3