src/mainboard: Remove unneeded whitespace before tab
Change-Id: I37f12f5cb35ea1a6ad33edb114688ce1619030a4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50433 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
388aaf734b
commit
f4f2132c64
|
@ -108,7 +108,7 @@ chip northbridge/intel/x4x # Northbridge
|
|||
irq 0x70 = 0x0c
|
||||
irq 0xf0 = 0x00
|
||||
end
|
||||
device pnp 2e.7 on # GPIO
|
||||
device pnp 2e.7 on # GPIO
|
||||
io 0x60 = 0x000
|
||||
io 0x62 = 0xa20
|
||||
io 0x64 = 0xa30
|
||||
|
@ -140,7 +140,7 @@ chip northbridge/intel/x4x # Northbridge
|
|||
end
|
||||
end
|
||||
device pci 1f.2 on end # SATA (IDE: port 0-3, AHCI/RAID: 0-5)
|
||||
device pci 1f.3 on # SMBus
|
||||
device pci 1f.3 on # SMBus
|
||||
chip drivers/i2c/ck505 # IDT CV194
|
||||
register "mask" = "{ 0xff, 0xff, 0xff, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
|
|
|
@ -44,7 +44,7 @@ chip northbridge/intel/sandybridge
|
|||
device pci 1b.0 on end # HD Audio controller
|
||||
device pci 1d.0 on end # USB2 EHCI #1
|
||||
device pci 1e.0 off end # PCI bridge
|
||||
device pci 1f.0 on # LPC bridge
|
||||
device pci 1f.0 on # LPC bridge
|
||||
chip drivers/pc80/tpm
|
||||
device pnp 0c31.0 on end
|
||||
end
|
||||
|
|
|
@ -55,11 +55,11 @@ chip soc/intel/cannonlake
|
|||
register "vin[4].high" = "12000 * 105/100"
|
||||
|
||||
register "temp_in[0].low" = "-25"
|
||||
register "temp_in[0].high" = " 85"
|
||||
register "temp_in[0].high" = " 85"
|
||||
register "temp_in[1].low" = "-25"
|
||||
register "temp_in[1].high" = " 85"
|
||||
register "temp_in[1].high" = " 85"
|
||||
register "temp_in[2].low" = "-25"
|
||||
register "temp_in[2].high" = " 85"
|
||||
register "temp_in[2].high" = " 85"
|
||||
|
||||
register "fan[0]" = "{
|
||||
.mode = LM96000_FAN_HOTTEST_123,
|
||||
|
|
Loading…
Reference in New Issue