Since commit abc0b1447d4974963548777a5ba4a4457c82c426 ("drm: Perform basic sanity checks on probed modes"), it became mandatory to set the pixel clock of the panel. This patch sets the pixel clock properly. Signed-off-by: Hyungwon Hwang <human.hwang@xxxxxxxxxxx> --- arch/arm/boot/dts/exynos4412-trats2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index 29231b4..073ff01 100644 --- a/arch/arm/boot/dts/exynos4412-trats2.dts +++ b/arch/arm/boot/dts/exynos4412-trats2.dts @@ -691,7 +691,7 @@ display-timings { timing-0 { - clock-frequency = <0>; + clock-frequency = <60000000>; hactive = <720>; vactive = <1280>; hfront-porch = <5>; -- 1.9.1 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel