From a0edc78523245d30212c17cdd8b7645c56e185bb Mon Sep 17 00:00:00 2001 From: Dave Frodin Date: Fri, 6 Feb 2015 07:25:40 -0700 Subject: superio/fintek/f81216h: Add the correct unlock key values The actual key values were not added in commit 17ace8255. TEST: amd/lamar shows the correct result. Change-Id: I8f20e3d0ce83dd87b6c233ee98c3e77a6b7c1b03 Signed-off-by: Dave Frodin Reviewed-on: http://review.coreboot.org/8375 Reviewed-by: Marc Jones Tested-by: Marc Jones --- src/superio/fintek/f81216h/f81216h.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/superio') diff --git a/src/superio/fintek/f81216h/f81216h.h b/src/superio/fintek/f81216h/f81216h.h index 3b88d87a1fbf..718c3737564d 100644 --- a/src/superio/fintek/f81216h/f81216h.h +++ b/src/superio/fintek/f81216h/f81216h.h @@ -35,10 +35,10 @@ * See page 17 of data sheet for details. */ typedef enum { - MODE_6767, - MODE_7777, - MODE_8787, - MODE_A0A0, + MODE_6767 = 0x67, + MODE_7777 = 0x77, + MODE_8787 = 0x87, + MODE_A0A0 = 0xA0, } mode_key; void f81216h_enable_serial(pnp_devfn_t dev, u16 iobase, mode_key k); -- cgit v1.2.3