Skip to content

Commit 50ac69e

Browse files
jannaumarcan
authored andcommitted
dcp: Wait 25ms after enabling dcp/dptx-phy power-domains
Fixes display initialization from stage 1 m1n1. 20ms looked reliable on j473 but let's add 25% safety margin. Someone with more motivation (and HW serial) to do repeated `kmutil configure-boot ...` can try to minimize this and test on t602x. Signed-off-by: Janne Grunau <[email protected]>
1 parent 0097d51 commit 50ac69e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dcp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ dcp_dev_t *dcp_init(const display_config_t *cfg)
118118
dcp_die = cfg->die;
119119
pmgr_adt_power_enable(cfg->dcp);
120120
pmgr_adt_power_enable(cfg->dptx_phy);
121+
mdelay(25);
121122
}
122123

123124
int dart_node = adt_path_offset(adt, cfg->dcp_dart);

0 commit comments

Comments
 (0)