aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/arch-tangier/acpi/platform.asl')
-rw-r--r--arch/x86/include/asm/arch-tangier/acpi/platform.asl13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-tangier/acpi/platform.asl b/arch/x86/include/asm/arch-tangier/acpi/platform.asl
index 7abea4bb96..353b879918 100644
--- a/arch/x86/include/asm/arch-tangier/acpi/platform.asl
+++ b/arch/x86/include/asm/arch-tangier/acpi/platform.asl
@@ -21,6 +21,19 @@ Method(_WAK, 1)
21 Return (Package() {0, 0}) 21 Return (Package() {0, 0})
22} 22}
23 23
24Scope (_SB)
25{
26 /* Real Time Clock */
27 Device (RTC0)
28 {
29 Name (_HID, EisaId ("PNP0B00"))
30 Name (_CRS, ResourceTemplate()
31 {
32 IO(Decode16, 0x70, 0x70, 0x01, 0x08)
33 })
34 }
35}
36
24/* ACPI global NVS */ 37/* ACPI global NVS */
25#include "global_nvs.asl" 38#include "global_nvs.asl"
26 39