Skip to content

Commit

Permalink
dcp: dptx: power lpdptx-phy on
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau committed Sep 3, 2023
1 parent cdfcc7f commit 716e435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ dcp_dev_t *dcp_init(const display_config_t *cfg)
strncpy(dcp_pmgr_dev, cfg->pmgr_dev, sizeof(dcp_pmgr_dev));
dcp_die = cfg->die;
pmgr_adt_power_enable(cfg->dcp);
pmgr_adt_power_enable(cfg->dptx_phy);
}

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

0 comments on commit 716e435

Please sign in to comment.