From dc05db5eaebda0163556e05808e08828cfe30a14 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Mon, 19 Aug 2013 17:35:52 -0600 Subject: ASL: set proper revision level in tables Checking for some other errors in tables, I stumbled across several tables where the ASL had an old revision number in them (pre-5.0 spec). These have now been set to at least the 5.0 revision level that they should be at. Signed-off-by: Al Stone Acked-by: Graeme Gregory --- platforms/loadtest.acpi/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platforms/loadtest.acpi') diff --git a/platforms/loadtest.acpi/dsdt.asl b/platforms/loadtest.acpi/dsdt.asl index 394bca6..d0d7178 100644 --- a/platforms/loadtest.acpi/dsdt.asl +++ b/platforms/loadtest.acpi/dsdt.asl @@ -9,7 +9,7 @@ DefinitionBlock ( "dsdt.aml", // output filename "DSDT", // table signature - 1, // DSDT compliance revision + 2, // DSDT compliance revision "LINARO", // OEM ID "LOADTEST", // table ID 0x00000001) // OEM revision -- cgit v1.2.3