Skip to content

Commit 9c0f92d

Browse files
danieldegrassedleach02
authored andcommitted
boards: shields: rk055hdmipi4ma0: raise MIPI DSI bit clock for RT1170
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 <[email protected]>
1 parent 080787f commit 9c0f92d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright 2024, NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&zephyr_mipi_dsi {
8+
/* Raise the DSI clock frequency */
9+
phy-clock = <792000000>;
10+
};

0 commit comments

Comments
 (0)