[coreboot-gerrit] New patch to review for coreboot: intel/amenia: Disable i2c2

Jagadish Krishnamoorthy (jagadish.krishnamoorthy@intel.com) gerrit at coreboot.org
Wed May 11 02:43:54 CEST 2016


Jagadish Krishnamoorthy (jagadish.krishnamoorthy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14775

-gerrit

commit 416dbcc24c5b74a2ced3bc6dfab7b8cf19c09be3
Author: Jagadish Krishnamoorthy <jagadish.krishnamoorthy at intel.com>
Date:   Fri Apr 22 17:34:51 2016 -0700

    intel/amenia: Disable i2c2
    
    No devices are connected on i2c 2 bus.
    Hence disable the line.
    
    BUG=none
    TEST=i2cdetect command on i2c2
    should not result in i2c transaction errors.
    
    Change-Id: I14d432e73235f5cfc4c121a2b65c2c15e92140c3
    Signed-off-by: Jagadish Krishnamoorthy <jagadish.krishnamoorthy at intel.com>
---
 src/mainboard/intel/amenia/mainboard.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mainboard/intel/amenia/mainboard.c b/src/mainboard/intel/amenia/mainboard.c
index e0c3fc9..454042e 100644
--- a/src/mainboard/intel/amenia/mainboard.c
+++ b/src/mainboard/intel/amenia/mainboard.c
@@ -68,8 +68,6 @@ static const struct pad_config amenia_gpios[] = {
 	PAD_CFG_NF(GPIO_124, UP_2K, DEEP, NF1),		/* I2C_SDA for Audio Codec */
 	PAD_CFG_NF(GPIO_125, UP_2K, DEEP, NF1),		/* I2C_SCL for Audio Codec */
 
-	PAD_CFG_NF(GPIO_128, UP_5K, DEEP, NF1),		/* I2C_SDA for ALS */
-	PAD_CFG_NF(GPIO_129, UP_5K, DEEP, NF1),		/* I2C_SCL for ALS */
 
 	PAD_CFG_NF(GPIO_130, UP_2K, DEEP, NF1),		/* I2C_SDA for Touch Screen */
 	PAD_CFG_NF(GPIO_131, UP_2K, DEEP, NF1),		/* I2C_SCL for Touchscreen */



More information about the coreboot-gerrit mailing list