summaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/fadt.c
diff options
context:
space:
mode:
authorJonathan A. Kollasch <jakllsch@kollasch.net>2015-06-14 13:05:04 -0500
committerJonathan A. Kollasch <jakllsch@kollasch.net>2015-06-15 03:08:45 +0200
commit5f6c392924306eb514610487963d3686293e380d (patch)
tree1a9c7168e4d599389ff54b7ecaa136f5c8f9568a /src/southbridge/nvidia/ck804/fadt.c
parent982190d5f141e0729908abd625891103db191bf8 (diff)
downloadcoreboot-5f6c392924306eb514610487963d3686293e380d.tar.xz
ck804 ACPI: set duty width in FADT correctly
Change-Id: I12ef633009b5c63b08fbeb76d58cb08c776485ac Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Reviewed-on: http://review.coreboot.org/10546 Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com> Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Diffstat (limited to 'src/southbridge/nvidia/ck804/fadt.c')
-rw-r--r--src/southbridge/nvidia/ck804/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/nvidia/ck804/fadt.c b/src/southbridge/nvidia/ck804/fadt.c
index 3a0e926c1b..b63bd8da77 100644
--- a/src/southbridge/nvidia/ck804/fadt.c
+++ b/src/southbridge/nvidia/ck804/fadt.c
@@ -64,7 +64,7 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
fadt->flush_size = 0;
fadt->flush_stride = 0;
fadt->duty_offset = 1;
- fadt->duty_width = 0;
+ fadt->duty_width = 3;
fadt->day_alrm = 0x7d;
fadt->mon_alrm = 0x7e;
fadt->century = 0x32;