Skip to content

Commit 11b9d44

Browse files
jannaumarcan
authored andcommitted
display: Fix pmgr device id for t6022 dcpext4
Signed-off-by: Janne Grunau <[email protected]>
1 parent e52eaf4 commit 11b9d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static const display_config_t display_config_m2_ultra = {
9393
.disp_dart = "/arm-io/dart-dispext4",
9494
.dp2hdmi_gpio = "/arm-io/dp2hdmi-gpio1",
9595
.dptx_phy = "/arm-io/lpdptx-phy1",
96-
.pmgr_dev = "DISPEXT4_CPU0",
96+
.pmgr_dev = "DISPEXT0_CPU0",
9797
.dcp_alias = "dcpext4",
9898
.dcp_index = 1,
9999
.num_dptxports = 2,

0 commit comments

Comments
 (0)