Skip to content

Commit

Permalink
ARM: dts: fix clock-frequency of display timing0 for exynos3250-rinato
Browse files Browse the repository at this point in the history
After the commit abc0b14 ("drm: Perform basic sanity checks on
probed modes"), proper clock-frequency becomes mandatory for
validating the mode of panel.  The display does not work if there is
no mode validated. Also, this clock-frequency must be set
appropriately for getting required frame rate.

Fixes: abc0b14 ("drm: Perform basic sanity checks on probed modes")
Cc: <stable@vger.kernel.org>
Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Sigend-off-by: Kukjin Kim <kgene@kernel.org>
  • Loading branch information
Hyungwon Hwang authored and Kukjin Kim committed Jul 21, 2015
1 parent d770e55 commit 65e3293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos3250-rinato.dts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

display-timings {
timing-0 {
clock-frequency = <0>;
clock-frequency = <4600000>;
hactive = <320>;
vactive = <320>;
hfront-porch = <1>;
Expand Down

0 comments on commit 65e3293

Please sign in to comment.