mb/foxconn/d41s/devicetree.cb: Indent with tabs
As on most other boards, use tabs to indent the devicetree. Change-Id: I1d2fd6e758a3b2dccb8fc43d425f4520fd2e544f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38075 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0d4c593c4f
commit
8aced763b3
|
@ -31,6 +31,7 @@ chip northbridge/intel/pineview # Northbridge
|
||||||
device pci 1.0 off end # PEG
|
device pci 1.0 off end # PEG
|
||||||
device pci 2.0 on end # Integrated graphics controller
|
device pci 2.0 on end # Integrated graphics controller
|
||||||
device pci 2.1 off end # Integrated graphics controller 2
|
device pci 2.1 off end # Integrated graphics controller 2
|
||||||
|
|
||||||
chip southbridge/intel/i82801gx # Southbridge
|
chip southbridge/intel/i82801gx # Southbridge
|
||||||
register "pirqa_routing" = "0x0b"
|
register "pirqa_routing" = "0x0b"
|
||||||
register "pirqb_routing" = "0x0b"
|
register "pirqb_routing" = "0x0b"
|
||||||
|
@ -100,10 +101,8 @@ chip northbridge/intel/pineview # Northbridge
|
||||||
device pci 1f.2 on end # SATA
|
device pci 1f.2 on end # SATA
|
||||||
device pci 1f.3 on # SMbus
|
device pci 1f.3 on # SMbus
|
||||||
chip drivers/i2c/ck505
|
chip drivers/i2c/ck505
|
||||||
register "mask" = "{ 0x00, 0x80, 0xff, 0xff,
|
register "mask" = "{ 0x00, 0x80, 0xff, 0xff, 0xff }"
|
||||||
0xff }"
|
register "regs" = "{ 0x00, 0x80, 0xfe, 0xff, 0xfc }"
|
||||||
register "regs" = "{ 0x00, 0x80, 0xfe, 0xff,
|
|
||||||
0xfc }"
|
|
||||||
device i2c 69 on end
|
device i2c 69 on end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue