src/mainboard: Remove unneeded whitespace
Change-Id: Ibf23f49e7864c611a3cb32a91891b6023a692e1d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28979 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
0b5b44e004
commit
967b84d5ea
|
@ -104,7 +104,7 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
device pnp 2e.6 off end # SPI
|
device pnp 2e.6 off end # SPI
|
||||||
device pnp 2e.7 off end # GPIO6
|
device pnp 2e.7 off end # GPIO6
|
||||||
device pnp 2e.8 off end # WDT0#, PLED
|
device pnp 2e.8 off end # WDT0#, PLED
|
||||||
device pnp 2e.9 on end # GPIO2
|
device pnp 2e.9 on end # GPIO2
|
||||||
device pnp 2e.109 on # GPIO3
|
device pnp 2e.109 on # GPIO3
|
||||||
irq 0xfe = 0x07
|
irq 0xfe = 0x07
|
||||||
end
|
end
|
||||||
|
|
|
@ -113,7 +113,7 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
device pnp 2e.6 off end # SPI
|
device pnp 2e.6 off end # SPI
|
||||||
device pnp 2e.7 off end # GPIO6
|
device pnp 2e.7 off end # GPIO6
|
||||||
device pnp 2e.8 off end # WDT0#, PLED
|
device pnp 2e.8 off end # WDT0#, PLED
|
||||||
device pnp 2e.9 on end # GPIO2
|
device pnp 2e.9 on end # GPIO2
|
||||||
device pnp 2e.109 on # GPIO3
|
device pnp 2e.109 on # GPIO3
|
||||||
irq 0xfe = 0x07
|
irq 0xfe = 0x07
|
||||||
end
|
end
|
||||||
|
|
|
@ -103,7 +103,7 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
device pnp 2e.6 off end # SPI
|
device pnp 2e.6 off end # SPI
|
||||||
device pnp 2e.7 off end # GPIO6
|
device pnp 2e.7 off end # GPIO6
|
||||||
device pnp 2e.8 off end # WDT0#, PLED
|
device pnp 2e.8 off end # WDT0#, PLED
|
||||||
device pnp 2e.9 on end # GPIO2
|
device pnp 2e.9 on end # GPIO2
|
||||||
device pnp 2e.109 off end # GPIO3
|
device pnp 2e.109 off end # GPIO3
|
||||||
device pnp 2e.209 on # GPIO4
|
device pnp 2e.209 on # GPIO4
|
||||||
irq 0xf4 = 0xb3
|
irq 0xf4 = 0xb3
|
||||||
|
|
|
@ -36,7 +36,7 @@ Scope (\_SB.PCI0.I2C1)
|
||||||
"\\_SB.PCI0.I2C1", /* ResourceSource */
|
"\\_SB.PCI0.I2C1", /* ResourceSource */
|
||||||
)
|
)
|
||||||
GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,,
|
GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,,
|
||||||
"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
|
"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
|
||||||
|
|
||||||
} )
|
} )
|
||||||
Return (BUF0)
|
Return (BUF0)
|
||||||
|
|
|
@ -36,7 +36,7 @@ Scope (\_SB.PCI0.I2C1)
|
||||||
"\\_SB.PCI0.I2C1", /* ResourceSource */
|
"\\_SB.PCI0.I2C1", /* ResourceSource */
|
||||||
)
|
)
|
||||||
GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,,
|
GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,,
|
||||||
"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
|
"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
|
||||||
})
|
})
|
||||||
Return (BUF0)
|
Return (BUF0)
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,7 +79,7 @@ Scope (\_SB.PCI0.I2C1)
|
||||||
"\\_SB.PCI0.I2C1", /* ResourceSource */
|
"\\_SB.PCI0.I2C1", /* ResourceSource */
|
||||||
)
|
)
|
||||||
GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,,
|
GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,,
|
||||||
"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
|
"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
|
||||||
})
|
})
|
||||||
Return (BUF0)
|
Return (BUF0)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue