superio/ite: Improve code formatting
Change-Id: I014659aaddeb9fa2d5c3c3583e9379be4f9db69b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39929 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -55,7 +55,7 @@ Device (SUPERIO_DEV) {
|
||||
Field (CREG, ByteAcc, NoLock, Preserve)
|
||||
{
|
||||
PNP_ADDR_REG, 8,
|
||||
PNP_DATA_REG, 8
|
||||
PNP_DATA_REG, 8
|
||||
}
|
||||
IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve)
|
||||
{
|
||||
@@ -83,8 +83,7 @@ Device (SUPERIO_DEV) {
|
||||
{
|
||||
/* Announce the used i/o ports to the OS */
|
||||
Return (ResourceTemplate () {
|
||||
IO (Decode16, SUPERIO_PNP_BASE, SUPERIO_PNP_BASE,
|
||||
0x01, 0x02)
|
||||
IO (Decode16, SUPERIO_PNP_BASE, SUPERIO_PNP_BASE, 0x01, 0x02)
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user