diff options
author | Felix Singer <felixsinger@posteo.net> | 2020-09-30 20:05:41 +0000 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-10-01 18:53:59 +0000 |
commit | 310e050b247da9d8692bb2b18fc6b000252a5395 (patch) | |
tree | 158bde613165819df79476d00fb0eae7cb1a93a1 | |
parent | 7128063ecc8099932a4bef8d2e28101b7f652804 (diff) |
mb/clevo/l140cu: Align comment with rest of the devicetree
Change-Id: Idcaedd3d5b7e465644f79e5a882e42eff040fdbd
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45884
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
-rw-r--r-- | src/mainboard/clevo/cml-u/variants/l140cu/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/clevo/cml-u/variants/l140cu/devicetree.cb b/src/mainboard/clevo/cml-u/variants/l140cu/devicetree.cb index e079dffff9..3ee20e9c4b 100644 --- a/src/mainboard/clevo/cml-u/variants/l140cu/devicetree.cb +++ b/src/mainboard/clevo/cml-u/variants/l140cu/devicetree.cb @@ -94,7 +94,7 @@ chip soc/intel/cannonlake device pci 14.3 on end end device pci 14.5 off end # SDCard - device pci 15.0 on + device pci 15.0 on # I2C #0 chip drivers/i2c/hid register "generic.hid" = ""ELAN040D"" register "generic.desc" = ""ELAN Touchpad"" @@ -103,7 +103,7 @@ chip soc/intel/cannonlake register "hid_desc_reg_offset" = "0x01" device i2c 15 on end end - end # I2C #0 + end device pci 15.1 off end # I2C #1 device pci 15.2 off end # I2C #2 device pci 15.3 off end # I2C #3 |