Skip to content

Commit

Permalink
Merge pull request torvalds#363 from AreaScout/odroidxu4-4.14.y
Browse files Browse the repository at this point in the history
Add: use PHY config from the next higher pixel clock on VU5A
  • Loading branch information
mdrjr committed Oct 5, 2018
2 parents cecfd12 + a5759cf commit ab1ca97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/gpu/drm/exynos/exynos_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,10 @@ static const struct hdmiphy_config hdmiphy_5420_configs[] = {
{
.pixel_clock = 33900000,
.conf = {
0x01, 0x51, 0x28, 0x55, 0x44, 0x40, 0x00, 0xC8,
0x02, 0xC8, 0xF0, 0xD8, 0x45, 0xA0, 0xAC, 0x80,
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
0x54, 0x80, 0x25, 0x01, 0x00, 0x00, 0x01, 0x80,
0x01, 0x51, 0x2D, 0x55, 0x40, 0x40, 0x00, 0xC8,
0x02, 0xC8, 0x0E, 0xD9, 0x45, 0xA0, 0xAC, 0x80,
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x66,
0x54, 0xAB, 0x24, 0x00, 0x00, 0x00, 0x01, 0x80,
},
},
{
Expand Down

0 comments on commit ab1ca97

Please sign in to comment.