Skip to content

Commit

Permalink
boards: shields: rk055hdmipi4ma0: raise MIPI DSI bit clock for RT1170
Browse files Browse the repository at this point in the history
The RT1170 MIPI DPHY requires a faster clock frequency setting for
the MIPI DPHY, or the pixel packet counts for the HFP, HBP, and HSA will
be incorrect, and the DSI transfers will stall. Raise the target DPHY
clock frequency to resolve this.

Fixes #78299

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
  • Loading branch information
danieldegrasse authored and dleach02 committed Oct 1, 2024
1 parent 080787f commit 9c0f92d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* Copyright 2024, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

&zephyr_mipi_dsi {
/* Raise the DSI clock frequency */
phy-clock = <792000000>;
};

0 comments on commit 9c0f92d

Please sign in to comment.