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:
parent
5a71c28c4e
commit
72b55713a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue