Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374106
b: refs/heads/master
c: 0207775
h: refs/heads/master
v: v3
  • Loading branch information
Vikas Sajjan authored and Kukjin Kim committed Apr 8, 2013
1 parent 8fc0994 commit 6c0bb71
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 768c3a567e6ca7b8bf7db6753a87a1f64e414840
refs/heads/master: 0207775d6ff7e6a6eddb9931f9328f0f0173a338
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/exynos4412-origen.dts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,27 @@
status = "okay";
};

fimd@11c00000 {
pinctrl-0 = <&lcd_clk &lcd_data24 &pwm1_out>;
pinctrl-names = "default";
status = "okay";
};

display-timings {
native-mode = <&timing0>;
timing0: timing {
clock-frequency = <50000>;
hactive = <1024>;
vactive = <600>;
hfront-porch = <64>;
hback-porch = <16>;
hsync-len = <48>;
vback-porch = <64>;
vfront-porch = <16>;
vsync-len = <3>;
};
};

serial@13800000 {
status = "okay";
};
Expand Down

0 comments on commit 6c0bb71

Please sign in to comment.