Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372434
b: refs/heads/master
c: ad4aebe
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Kukjin Kim committed Mar 7, 2013
1 parent 13b914f commit 29446b1
Show file tree
Hide file tree
Showing 3 changed files with 24 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: 0b6f5e83442609770a33c419f99a6a18d6f1b20a
refs/heads/master: ad4aebe1efc6ec45fb5eb3a0c7996b62624d3528
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/dts/exynos5250-smdk5250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,13 @@
samsung,i2s-controller = <&i2s0>;
samsung,audio-codec = <&wm8994>;
};

dp-controller {
samsung,color-space = <0>;
samsung,dynamic-range = <0>;
samsung,ycbcr-coeff = <0>;
samsung,color-depth = <1>;
samsung,link-rate = <0x0a>;
samsung,lane-count = <4>;
};
};
14 changes: 14 additions & 0 deletions trunk/arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -627,4 +627,18 @@
reg = <0x14450000 0x10000>;
interrupts = <0 94 0>;
};

dp-controller {
compatible = "samsung,exynos5-dp";
reg = <0x145b0000 0x1000>;
interrupts = <10 3>;
interrupt-parent = <&combiner>;
#address-cells = <1>;
#size-cells = <0>;

dptx-phy {
reg = <0x10040720>;
samsung,enable-mask = <1>;
};
};
};

0 comments on commit 29446b1

Please sign in to comment.