Skip to content

Commit ab1ca97

Browse files
authored
Merge pull request torvalds#363 from AreaScout/odroidxu4-4.14.y
Add: use PHY config from the next higher pixel clock on VU5A
2 parents cecfd12 + a5759cf commit ab1ca97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/gpu/drm/exynos/exynos_hdmi.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@ static const struct hdmiphy_config hdmiphy_5420_configs[] = {
453453
{
454454
.pixel_clock = 33900000,
455455
.conf = {
456-
0x01, 0x51, 0x28, 0x55, 0x44, 0x40, 0x00, 0xC8,
457-
0x02, 0xC8, 0xF0, 0xD8, 0x45, 0xA0, 0xAC, 0x80,
458-
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
459-
0x54, 0x80, 0x25, 0x01, 0x00, 0x00, 0x01, 0x80,
456+
0x01, 0x51, 0x2D, 0x55, 0x40, 0x40, 0x00, 0xC8,
457+
0x02, 0xC8, 0x0E, 0xD9, 0x45, 0xA0, 0xAC, 0x80,
458+
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x66,
459+
0x54, 0xAB, 0x24, 0x00, 0x00, 0x00, 0x01, 0x80,
460460
},
461461
},
462462
{

0 commit comments

Comments
 (0)