diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2020-02-06 14:51:27 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-07 20:43:03 +0000 |
commit | 4ed2598c67847c6bea629fff59d6fb8643371e57 (patch) | |
tree | bd9ef70ff6bf535f1a2b7f754c4b91958cf57cb1 /src/mainboard/lenovo/x60/devicetree.cb | |
parent | c96f802f7f126dadc41c95a8b63e9dec85cbbfde (diff) | |
download | coreboot-4ed2598c67847c6bea629fff59d6fb8643371e57.tar.xz |
mb/lenovo/*/devicetree: Declare device in one line if possible
Change-Id: I708281f7861110e4abc02948c74affad9fa37053
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38732
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/x60/devicetree.cb')
-rw-r--r-- | src/mainboard/lenovo/x60/devicetree.cb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mainboard/lenovo/x60/devicetree.cb b/src/mainboard/lenovo/x60/devicetree.cb index 1a914fd009..4b56e93ab7 100644 --- a/src/mainboard/lenovo/x60/devicetree.cb +++ b/src/mainboard/lenovo/x60/devicetree.cb @@ -111,8 +111,7 @@ chip northbridge/intel/i945 device pci 1f.0 on # PCI-LPC bridge subsystemid 0x17aa 0x2009 chip ec/lenovo/pmh7 - device pnp ff.1 on # dummy - end + device pnp ff.1 on end # dummy register "backlight_enable" = "0x01" register "dock_event_enable" = "0x01" end @@ -172,8 +171,7 @@ chip northbridge/intel/i945 end chip superio/nsc/pc87392 - device pnp 2e.0 off #FDC - end + device pnp 2e.0 off end #FDC device pnp 2e.1 on # Parallel Port io 0x60 = 0x3bc @@ -194,8 +192,7 @@ chip northbridge/intel/i945 io 0x60 = 0x1620 end - device pnp 2e.a off # WDT - end + device pnp 2e.a off end # WDT end end device pci 1f.1 on # IDE |