[coreboot-gerrit] New patch to review for coreboot: soc/intel/skylake: Correction of the (_ADR) of I2C5 Device

Barnali Sarkar (barnali.sarkar@intel.com) gerrit at coreboot.org
Wed Aug 3 15:52:22 CEST 2016


Barnali Sarkar (barnali.sarkar at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16048

-gerrit

commit cb1a295bbcb59c77a3a90f37c5779c16ef8f896e
Author: Barnali Sarkar <barnali.sarkar at intel.com>
Date:   Wed Aug 3 18:45:07 2016 +0530

    soc/intel/skylake: Correction of the (_ADR) of I2C5 Device
    
    This is a correction of the address of the I2C5 Device. The I2C
    Controller #5 is on PCI Bus 0: Device 25: Function 1. The ACPI
    Address Encoding Logic is - High word = Device #.
                                Low word = Function #.
    So, I2C5 (_ADR) = 0x0019 0001.
    
    BUG=none
    BRANCH=none
    TEST=Build and boot kunimitsu
    
    Change-Id: I4719a843260ef58cc2307e909e9ccbffea519177
    Signed-off-by: Barnali Sarkar <barnali.sarkar at intel.com>
---
 src/soc/intel/skylake/acpi/serialio.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/skylake/acpi/serialio.asl b/src/soc/intel/skylake/acpi/serialio.asl
index 849679b..d1e0e2b 100644
--- a/src/soc/intel/skylake/acpi/serialio.asl
+++ b/src/soc/intel/skylake/acpi/serialio.asl
@@ -48,7 +48,7 @@ Device (I2C4)
 
 Device (I2C5)
 {
-	Name (_ADR, 0x00190002)
+	Name (_ADR, 0x00190001)
 	Name (_DDN, "Serial IO I2C Controller 5")
 }
 



More information about the coreboot-gerrit mailing list