Skip to content

Commit

Permalink
display: Fix pmgr device id for t6022 dcpext4
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau authored and marcan committed Dec 16, 2023
1 parent e52eaf4 commit 11b9d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static const display_config_t display_config_m2_ultra = {
.disp_dart = "/arm-io/dart-dispext4",
.dp2hdmi_gpio = "/arm-io/dp2hdmi-gpio1",
.dptx_phy = "/arm-io/lpdptx-phy1",
.pmgr_dev = "DISPEXT4_CPU0",
.pmgr_dev = "DISPEXT0_CPU0",
.dcp_alias = "dcpext4",
.dcp_index = 1,
.num_dptxports = 2,
Expand Down

0 comments on commit 11b9d44

Please sign in to comment.