From a1e03a918f671b3c1b46875c9ca31b70de1874f2 Mon Sep 17 00:00:00 2001 From: "He, Tim" Date: Thu, 24 Mar 2016 07:35:49 +0000 Subject: Fixed the issue that failed to add I2C device on 4.4 Linux kernel. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Test] Boot/shutdown/reboot worked well with windows10 and Yocto4.1.8. from Cal’s tested, works well to add I2C device on 4.4 Linux kernel. git-svn-id: https://ssvn.intel.com:80/ssg/csd/tiano/tianoad/Research/Developer/mangguo/MinnowBoardMaxUDK2015Platform@105645 f973567a-9dae-4ef8-9d9d-80fbec5b6bbd --- Vlv2DeviceRefCodePkg/AcpiTablesPCAT/RhProxy.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/RhProxy.asl b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/RhProxy.asl index 6ce211c5ff..1e23af308f 100644 --- a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/RhProxy.asl +++ b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/RhProxy.asl @@ -45,7 +45,7 @@ DefinitionBlock ("RHPX.aml", "SSDT", 1, "MSFT", "RHPROXY", 1) // Index 1 I2CSerialBus( // Pin 13, 15 of JP1, for SIO_I2C5 (signal) - 0xFF, // SlaveAddress: bus address (TBD) + 0x7F, // SlaveAddress, 7bit valid , // SlaveMode: default to ControllerInitiated 400000, // ConnectionSpeed: in Hz , // Addressing Mode: default to 7 bit -- cgit v1.2.3