Skip to content

Commit

Permalink
ARM: dts: Add display timing node to exynos5250-smdk5250.dts
Browse files Browse the repository at this point in the history
Add display timing node to exynos5250-smdk5250.dts

Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Leela Krishna Amudala authored and Kukjin Kim committed Apr 8, 2013
1 parent a7389cb commit 06c460b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/exynos5250-smdk5250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,22 @@
samsung,lane-count = <4>;
};

display-timings {
native-mode = <&timing0>;
timing0: timing@0 {
/* 1280x800 */
clock-frequency = <50000>;
hactive = <1280>;
vactive = <800>;
hfront-porch = <4>;
hback-porch = <4>;
hsync-len = <4>;
vback-porch = <4>;
vfront-porch = <4>;
vsync-len = <4>;
};
};

fixed-rate-clocks {
xxti {
compatible = "samsung,clock-xxti";
Expand Down

0 comments on commit 06c460b

Please sign in to comment.