diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2015-01-19 12:58:25 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-03-09 03:36:36 +0100 |
commit | e0b6fbde41ffd92fe2c2ac9f9905b15a1ccc5846 (patch) | |
tree | 4d82eff9507f7880d9b0338ced2110efce0a5171 /src/mainboard | |
parent | bdaeea5396b2455ac093535450686ac12b9a0cfc (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/samus/acpi/mainboard.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/samus/acpi/mainboard.asl b/src/mainboard/google/samus/acpi/mainboard.asl index 3aea40c63f..9e9b577986 100644 --- a/src/mainboard/google/samus/acpi/mainboard.asl +++ b/src/mainboard/google/samus/acpi/mainboard.asl @@ -152,7 +152,7 @@ Scope (\_SB.PCI0.I2C0) ControllerInitiated, // SlaveMode 400000, // ConnectionSpeed AddressingMode7Bit, // AddressingMode - "\\_SB.PCI0.I2C0", // ResourceSource + "\\_SB.PCI0.I2C0", // ResourceSource ) Interrupt (ResourceConsumer, Edge, ActiveLow){ 30 } }) |