aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/acpi/serialio.asl
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-04-26 22:21:21 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-30 16:26:43 +0000
commit9c5d4634dd39a0d3000a21c8e35a885360731529 (patch)
treee65f1d9efe5c361fa39bcf1763077dd11095a7d5 /src/southbridge/intel/lynxpoint/acpi/serialio.asl
parent9ab9db0bc5a1bf8bb35980068a840691d54aa5dd (diff)
southbridge/intel: Remove space before/after parenthesis
Change-Id: Id1bc0c88aeecc3f1d12964346326e5b087a2985e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25880 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/acpi/serialio.asl')
-rw-r--r--src/southbridge/intel/lynxpoint/acpi/serialio.asl18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/southbridge/intel/lynxpoint/acpi/serialio.asl b/src/southbridge/intel/lynxpoint/acpi/serialio.asl
index e8e81c3f03..9323b91cac 100644
--- a/src/southbridge/intel/lynxpoint/acpi/serialio.asl
+++ b/src/southbridge/intel/lynxpoint/acpi/serialio.asl
@@ -131,7 +131,7 @@ Device (SDMA)
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0x00000000, 0x00000000, BAR0)
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , , ) {7}
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , ,) {7}
})
Method (_CRS, 0, NotSerialized)
@@ -172,7 +172,7 @@ Device (I2C0)
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0x00000000, 0x00000000, BAR0)
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , , ) {7}
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , ,) {7}
})
// DMA channels are only used if Serial IO DMA controller is enabled
@@ -254,7 +254,7 @@ Device (I2C1)
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0x00000000, 0x00000000, BAR0)
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , , ) {7}
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , ,) {7}
})
// DMA channels are only used if Serial IO DMA controller is enabled
@@ -333,7 +333,7 @@ Device (SPI0)
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0x00000000, 0x00000000, BAR0)
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , , ) {7}
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , ,) {7}
})
Method (_CRS, 0, NotSerialized)
@@ -371,7 +371,7 @@ Device (SPI1)
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0x00000000, 0x00000000, BAR0)
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , , ) {7}
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , ,) {7}
})
// DMA channels are only used if Serial IO DMA controller is enabled
@@ -422,7 +422,7 @@ Device (UAR0)
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0x00000000, 0x00000000, BAR0)
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , , ) {13}
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , ,) {13}
})
// DMA channels are only used if Serial IO DMA controller is enabled
@@ -473,7 +473,7 @@ Device (UAR1)
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0x00000000, 0x00000000, BAR0)
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , , ) {13}
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , ,) {13}
})
Method (_CRS, 0, NotSerialized)
@@ -511,7 +511,7 @@ Device (SDIO)
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0x00000000, 0x00000000, BAR0)
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , , ) {5}
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, , ,) {5}
})
Method (_CRS, 0, NotSerialized)
@@ -560,7 +560,7 @@ Device (GPIO)
, // ResourceSource
BAR0)
Interrupt (ResourceConsumer,
- Level, ActiveHigh, Shared, , , ) {14}
+ Level, ActiveHigh, Shared, , ,) {14}
})
Method (_CRS, 0, NotSerialized)