From 72b55713a5edd40bbabdf933a5a019fdb30a44cc Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 27 Aug 2013 09:29:45 -0700 Subject: [PATCH] Kirby: use the correct I2C address for the parade part The address is 8 on kirby. BUG=None TEST=Boot and notice that the parade setup now works BRANCH=None Change-Id: Ifb10912aab6437714ef9c7ee8f1958fb68019e70 Signed-off-by: Ronald G. Minnich Reviewed-on: https://chromium-review.googlesource.com/167115 Reviewed-by: Gabe Black Tested-by: ron minnich Commit-Queue: Ronald Minnich Tested-by: Ronald Minnich --- src/mainboard/google/kirby/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/kirby/mainboard.c b/src/mainboard/google/kirby/mainboard.c index a479061074..7ff4d1868b 100644 --- a/src/mainboard/google/kirby/mainboard.c +++ b/src/mainboard/google/kirby/mainboard.c @@ -262,7 +262,7 @@ static void parade_dp_bridge_setup(void) exynos_pinmux_i2c7(); i2c_init(7, 100000, 0x00); - parade_ps8625_bridge_setup(7, 0x48, parade_writes, + parade_ps8625_bridge_setup(7, 8, parade_writes, ARRAY_SIZE(parade_writes)); /* Spin until the display is ready. * It's quite important to try really hard to get the display up,