From 038bc1d53028409d0640c78fb62c7025ba12dcb9 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 5 Sep 2014 09:01:01 -0500 Subject: [PATCH] ryu: remove call to soc_configure_i2c6pad() This function is breaking display bring up in the kernel. While this functionality may be needed it's not until there is a necessity to beep and/or bring up the display in firmware. BUG=chrome-os-partner:31820 BRANCH=None TEST=Sean ran with this patch and the display indeed did come up. Change-Id: I833d66a0e63e04118b130b6803a7a3b68c802148 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/216421 Reviewed-by: Furquan Shaikh --- src/mainboard/google/rush_ryu/romstage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/google/rush_ryu/romstage.c b/src/mainboard/google/rush_ryu/romstage.c index 883d7ebe60..4d9b511d28 100644 --- a/src/mainboard/google/rush_ryu/romstage.c +++ b/src/mainboard/google/rush_ryu/romstage.c @@ -95,7 +95,6 @@ void romstage_mainboard_init(void) /* Bring up controller interfaces for ramstage loading. */ soc_configure_funits(funits, ARRAY_SIZE(funits)); soc_configure_pads(padcfgs, ARRAY_SIZE(padcfgs)); - soc_configure_i2c6pad(); /* TPM */ i2c_init(I2C3_BUS);