* [PATCH] ARM: dts: exynos4412-trats2: set display clock correctly
@ 2015-02-07 10:49 Inki Dae
2015-05-20 0:12 ` Krzysztof Kozlowski
0 siblings, 1 reply; 3+ messages in thread
From: Inki Dae @ 2015-02-07 10:49 UTC (permalink / raw)
To: dri-devel, devicetree
Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
linux-samsung-soc, kgene.kim, Inki Dae
This patch sets display clock correctly.
If Display clock isn't set correctly then you would find below messages
and Display controller doesn't work correctly since a patch[1]
exynos-drm: No connectors reported connected with modes
[drm] Cannot find any crtc or sizes - going 1024x768
[1] commit abc0b1447d49 ("drm: Perform basic sanity checks on probed modes")
Signed-off-by: Inki Dae <inki.dae@samsung.com>
---
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..1ec4d33 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 = <57153600>;
hactive = <720>;
vactive = <1280>;
hfront-porch = <5>;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: exynos4412-trats2: set display clock correctly
2015-02-07 10:49 [PATCH] ARM: dts: exynos4412-trats2: set display clock correctly Inki Dae
@ 2015-05-20 0:12 ` Krzysztof Kozlowski
2015-05-21 5:20 ` Kukjin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-20 0:12 UTC (permalink / raw)
To: Inki Dae
Cc: dri-devel, devicetree, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, linux-samsung-soc, kgene.kim
2015-02-07 19:49 GMT+09:00 Inki Dae <inki.dae@samsung.com>:
> This patch sets display clock correctly.
>
> If Display clock isn't set correctly then you would find below messages
> and Display controller doesn't work correctly since a patch[1]
>
> exynos-drm: No connectors reported connected with modes
> [drm] Cannot find any crtc or sizes - going 1024x768
>
> [1] commit abc0b1447d49 ("drm: Perform basic sanity checks on probed modes")
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Tested on Trats2 board.
Dear Kukjin,
Could you pull it to current fixes branch (this RC cycle)? The patch
fixes display on Trats2 board. Without it (since abc0b1447d49) it
won't be properly set up and device boots with blank screen and
mentioned error message in logs.
I think this actually is a candidate for stable backporting (4.0+)
because it fixes important functionality of device:
Fixes: abc0b1447d49 ("drm: Perform basic sanity checks on probed modes")
Cc: <stable@vger.kernel.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: exynos4412-trats2: set display clock correctly
2015-05-20 0:12 ` Krzysztof Kozlowski
@ 2015-05-21 5:20 ` Kukjin Kim
0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2015-05-21 5:20 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Inki Dae, dri-devel, devicetree, robh+dt, pawel.moll,
mark.rutland, ijc+devicetree, galak, linux-samsung-soc, kgene.kim
On 05/20/15 09:12, Krzysztof Kozlowski wrote:
> 2015-02-07 19:49 GMT+09:00 Inki Dae <inki.dae@samsung.com>:
>> This patch sets display clock correctly.
>>
>> If Display clock isn't set correctly then you would find below messages
>> and Display controller doesn't work correctly since a patch[1]
>>
>> exynos-drm: No connectors reported connected with modes
>> [drm] Cannot find any crtc or sizes - going 1024x768
>>
>> [1] commit abc0b1447d49 ("drm: Perform basic sanity checks on probed modes")
>
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> Tested on Trats2 board.
>
> Dear Kukjin,
>
> Could you pull it to current fixes branch (this RC cycle)? The patch
> fixes display on Trats2 board. Without it (since abc0b1447d49) it
> won't be properly set up and device boots with blank screen and
> mentioned error message in logs.
>
> I think this actually is a candidate for stable backporting (4.0+)
> because it fixes important functionality of device:
>
> Fixes: abc0b1447d49 ("drm: Perform basic sanity checks on probed modes")
> Cc: <stable@vger.kernel.org>
>
Thanks, applied, and will be sent out in a day for v4.1-rc.
- Kukjin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-21 5:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-07 10:49 [PATCH] ARM: dts: exynos4412-trats2: set display clock correctly Inki Dae
2015-05-20 0:12 ` Krzysztof Kozlowski
2015-05-21 5:20 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).