Skip to content

Commit

Permalink
fix VIDEO_SOURCE_AV_IN vclk phase
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed May 17, 2024
1 parent 880b978 commit 54ae6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ uint32_t vclk_phase[VIDEO_SOURCE_NUM] = {
0x14840000, // VIDEO_SOURCE_HDZERO_IN_720P60_50
0x14840000, // VIDEO_SOURCE_HDZERO_IN_720P90
0x14840000, // VIDEO_SOURCE_HDZERO_IN_1080P30
0x14840000, // VIDEO_SOURCE_AV_IN
0x1C840000, // VIDEO_SOURCE_AV_IN
0x14840004, // VIDEO_SOURCE_HDMI_IN_1080P50
0x14840004, // VIDEO_SOURCE_HDMI_IN_1080P60
0x14840004, // VIDEO_SOURCE_HDMI_IN_1080PPOTHER
Expand Down

0 comments on commit 54ae6c2

Please sign in to comment.