summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8772f
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2015-12-28 23:04:47 +1100
committerMartin Roth <martinroth@google.com>2015-12-29 18:17:01 +0100
commit62c0276f94ca7a02f802df2611c8c567fbcfa809 (patch)
treeefb9f27b92574dfb9cb05f8ad37d6f192da35486 /src/superio/ite/it8772f
parent43a1f780ff6809f758092136b0b38c6917c27340 (diff)
downloadcoreboot-62c0276f94ca7a02f802df2611c8c567fbcfa809.tar.xz
device/pnp: Ability to set vendor specific logical device config
According to the PNP ISA v1.0a spec, config registers in the range of 0xf0 up to 0xfe are vendor defined and may be used for any purpose. Config register 0xff is reserved and is defined as such. Currently, only vendor specific registers 0xf0, 0xf1, 0xf4, and 0xfa are able to be set using the PNP_MSCx bit flag masks. This patch adds support for all 15 vendor specific config registers, and updates the existing superio pnp_info to use them where appropriate. Change-Id: Id43b85f74e3192b17dbd7e54c4c6136a2e59ad55 Signed-off-by: Damien Zammit <damien@zamaudio.com> Reviewed-on: https://review.coreboot.org/12808 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/ite/it8772f')
-rw-r--r--src/superio/ite/it8772f/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/ite/it8772f/superio.c b/src/superio/ite/it8772f/superio.c
index 6c6a503886..7079b1a829 100644
--- a/src/superio/ite/it8772f/superio.c
+++ b/src/superio/ite/it8772f/superio.c
@@ -222,7 +222,7 @@ static struct pnp_info pnp_dev_info[] = {
{ &ops, IT8772F_SP1, PNP_IO0 | PNP_IRQ0, {0x0ff8, 0}, },
/* Environmental Controller */
{ &ops, IT8772F_EC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 |
- PNP_MSC4 | PNP_MSC10,
+ PNP_MSC4 | PNP_MSCA,
{0x0ff8, 0}, {0x0ffc, 4}, },
/* KBC Keyboard */
{ &ops, IT8772F_KBCK, PNP_IO0 | PNP_IO1 | PNP_IRQ0,