From d03596f4ca9ff27f0483381eaca1a54d01a14165 Mon Sep 17 00:00:00 2001 From: Barnali Sarkar Date: Wed, 3 Aug 2016 18:45:07 +0530 Subject: soc/intel/skylake: Correct address of I2C5 Device This corrects 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 Reviewed-on: https://review.coreboot.org/16048 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/soc/intel/skylake/acpi/serialio.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/intel/skylake/acpi/serialio.asl b/src/soc/intel/skylake/acpi/serialio.asl index 849679be62..d1e0e2b15e 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") } -- cgit v1.2.3