Skip to content
Snippets Groups Projects
Commit 1241b69e authored by Ong Boon Leong's avatar Ong Boon Leong Committed by Bruce Ashfield
Browse files

valleyisland-io: enable SMBus for Intel BayTrail


add PCI ID of Intel BayTrail SMBus controller.

Signed-off-by: default avatarOng Boon Leong <boon.leong.ong@intel.com>
parent 0e510a1d
No related branches found
No related tags found
No related merge requests found
From 628d8d906afe4a7b3d0dfc307f58566b4c2a4abc Mon Sep 17 00:00:00 2001
From: Chew, Kean Ho <kean.ho.chew@intel.com>
Date: Thu, 5 Sep 2013 12:46:41 +0800
Subject: [PATCH 15/17] i2c: i801: Enable BYT SMBUS support
Add PCI ID of BYT SMBUS.
Signed-off-by: Chew, Kean Ho <kean.ho.chew@intel.com>
---
drivers/i2c/busses/i2c-i801.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 578ee88..9713fac 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -165,6 +165,7 @@
#define PCI_DEVICE_ID_INTEL_5_3400_SERIES_SMBUS 0x3b30
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_SMBUS 0x8c22
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_SMBUS 0x9c22
+#define PCI_DEVICE_ID_INTEL_BYT_SMBUS 0x0f12
struct i801_mux_config {
char *gpio_chip;
@@ -797,6 +798,7 @@ static DEFINE_PCI_DEVICE_TABLE(i801_ids) = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_PANTHERPOINT_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LYNXPOINT_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_SMBUS) },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BYT_SMBUS) },
{ 0, }
};
--
1.7.4.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment