From: Al Stone ahs3@redhat.com
This patch applies to the acpi-asl.git tree.
This corrects a minor error reported by iasl when compiling the DSDT for Arndale. The error is minor enough that iasl still produces a table but it could potentially affect operation.
Changes for v2: -- added some sort of explanation for the patch
Signed-off-by: Al Stone al.stone@linaro.org --- platforms/exynos5250-arndale.acpi/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platforms/exynos5250-arndale.acpi/dsdt.asl b/platforms/exynos5250-arndale.acpi/dsdt.asl index 2cca765..7f05c6b 100644 --- a/platforms/exynos5250-arndale.acpi/dsdt.asl +++ b/platforms/exynos5250-arndale.acpi/dsdt.asl @@ -23,7 +23,7 @@ DefinitionBlock ( Name (_HID, "LINA0001") Name (_UID, 0)
- Method (_CRS, 0x0, NotSerialized) { + Method (_CRS, 0x0, Serialized) { Name (RBUF, ResourceTemplate () { Memory32Fixed (ReadWrite, 0x12C60000, 0x00000100)