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 <rminnich@gmail.com>
Reviewed-on: https://chromium-review.googlesource.com/167115
Reviewed-by: Gabe Black <gabeblack@google.com>
Tested-by: ron minnich <rminnich@chromium.org>
Commit-Queue: Ronald Minnich <rminnich@google.com>
Tested-by: Ronald Minnich <rminnich@google.com>
This commit is contained in:
Ronald G. Minnich 2013-08-27 09:29:45 -07:00 committed by chrome-internal-fetch
commit 72b55713a5

View file

@ -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,