google/samus/acpi/mainboard.asl: Correctly align comment
Fix up commit 00aedc5e
(samus: add acpi resource for supporting RT5677
codec).
Change-Id: I98b8c6f1a46f9f3bfd79da92bb070cebe8f20dc0
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/8234
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
bdaeea5396
commit
e0b6fbde41
|
@ -152,7 +152,7 @@ Scope (\_SB.PCI0.I2C0)
|
||||||
ControllerInitiated, // SlaveMode
|
ControllerInitiated, // SlaveMode
|
||||||
400000, // ConnectionSpeed
|
400000, // ConnectionSpeed
|
||||||
AddressingMode7Bit, // AddressingMode
|
AddressingMode7Bit, // AddressingMode
|
||||||
"\\_SB.PCI0.I2C0", // ResourceSource
|
"\\_SB.PCI0.I2C0", // ResourceSource
|
||||||
)
|
)
|
||||||
Interrupt (ResourceConsumer, Edge, ActiveLow){ 30 }
|
Interrupt (ResourceConsumer, Edge, ActiveLow){ 30 }
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue