[linux-yocto] [PATCH 17/22] valleyisland-io: enable SMBus for Intel BayTrail

boon.leong.ong at intel.com boon.leong.ong at intel.com
Wed Jan 29 10:41:42 PST 2014


From: Ong Boon Leong <boon.leong.ong at intel.com>

add PCI ID of Intel BayTrail SMBus controller.

Signed-off-by: Ong Boon Leong <boon.leong.ong at intel.com>
---
 .../0015-i2c-i801-Enable-BYT-SMBUS-support.patch   |   35 ++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 meta/cfg/kernel-cache/features/valleyisland-io/0015-i2c-i801-Enable-BYT-SMBUS-support.patch

diff --git a/meta/cfg/kernel-cache/features/valleyisland-io/0015-i2c-i801-Enable-BYT-SMBUS-support.patch b/meta/cfg/kernel-cache/features/valleyisland-io/0015-i2c-i801-Enable-BYT-SMBUS-support.patch
new file mode 100644
index 0000000..d1b54fa
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/valleyisland-io/0015-i2c-i801-Enable-BYT-SMBUS-support.patch
@@ -0,0 +1,35 @@
+From 628d8d906afe4a7b3d0dfc307f58566b4c2a4abc Mon Sep 17 00:00:00 2001
+From: Chew, Kean Ho <kean.ho.chew at 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 at 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
+
-- 
1.7.10.4



More information about the linux-yocto mailing list