Message ID | 1434340997-25146-1-git-send-email-hyungwon.hwang7@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 15.06.2015 13:03, Hyungwon Hwang wrote: > From: Hyungwon Hwang <human.hwang@samsung.com> > > After the commit abc0b1447d4974963548777a5ba4a4457c82c426 > ("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: abc0b1447d49 ("drm: Perform basic sanity checks on probed modes") > Cc: <stable@vger.kernel.org> > Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> Thanks very much! Please CC always Kukjin Kim. Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 0b99068..75aba40 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts @@ -181,7 +181,7 @@ display-timings { timing-0 { - clock-frequency = <0>; + clock-frequency = <4600000>; hactive = <320>; vactive = <320>; hfront-porch = <1>;