mb/intel/d945gclf: Improve code formatting of devicetree
Change-Id: I3c8d430a10562edd4404d322e78f603cae191026 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39985 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
408fdeba7f
commit
3408a0ef0c
|
@ -68,10 +68,8 @@ chip northbridge/intel/i945
|
||||||
device pci 1e.3 off end # AC'97 Modem
|
device pci 1e.3 off end # AC'97 Modem
|
||||||
device pci 1f.0 on # LPC bridge
|
device pci 1f.0 on # LPC bridge
|
||||||
chip superio/smsc/lpc47m15x
|
chip superio/smsc/lpc47m15x
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off end # Floppy
|
||||||
end
|
device pnp 2e.3 off end # Parport
|
||||||
device pnp 2e.3 off # Parport
|
|
||||||
end
|
|
||||||
device pnp 2e.4 on
|
device pnp 2e.4 on
|
||||||
io 0x60 = 0x3f8
|
io 0x60 = 0x3f8
|
||||||
irq 0x70 = 4
|
irq 0x70 = 4
|
||||||
|
@ -91,10 +89,8 @@ chip northbridge/intel/i945
|
||||||
device pnp 2e.8 on # GAME
|
device pnp 2e.8 on # GAME
|
||||||
# all default
|
# all default
|
||||||
end
|
end
|
||||||
device pnp 2e.a on # PME
|
device pnp 2e.a on end # PME
|
||||||
end
|
device pnp 2e.b on end # MPU
|
||||||
device pnp 2e.b on # MPU
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1f.1 off end # IDE
|
device pci 1f.1 off end # IDE
|
||||||
|
|
Loading…
Reference in New Issue