diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-10 13:00:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-11 12:52:41 +0000 |
commit | a5c829d4e1afa92b32dc1c23edeef73406270f15 (patch) | |
tree | bdb5c7ded0875bd7a2430b19f1d608084c137266 /src | |
parent | e354a4b70dcf05fa9a0cff1d56c76413eef5f5e2 (diff) |
mb/intel/dg41wv/devicetree.cb: Fix up whitespace
Remove a blank line and correct the indentation of another line.
Change-Id: Id66f0a847720713c1d3445ac70a9e075228dfe88
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54017
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/intel/dg41wv/devicetree.cb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/intel/dg41wv/devicetree.cb b/src/mainboard/intel/dg41wv/devicetree.cb index e44554e1b3..9b1aeb0252 100644 --- a/src/mainboard/intel/dg41wv/devicetree.cb +++ b/src/mainboard/intel/dg41wv/devicetree.cb @@ -145,7 +145,7 @@ chip northbridge/intel/x4x # Northbridge end device pci 1f.3 on # SMbus subsystemid 0x8086 0x5756 - chip drivers/i2c/ck505 + chip drivers/i2c/ck505 register "mask" = "{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, @@ -158,7 +158,6 @@ chip northbridge/intel/x4x # Northbridge 0x06, 0x00, 0xea }" device i2c 69 on end end - end end end |