aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2014-03-28 07:52:43 -0400
committerInki Dae <daeinki@gmail.com>2014-04-04 08:24:49 -0400
commit8b7dd64cbe780ddee4901e381e12b3e9b514711a (patch)
treeb0cdf466f4ce37ee6504a31499a6a799c993a905 /arch
parent02051ca063717911eb2800a8b1de29f8a3603f62 (diff)
ARM: dts: exynos4: add MIPI DSI Master node
This is a common part of DSI node for all Exynos4 boards. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 08452e183b57..3d14cdb0776a 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -104,6 +104,20 @@
104 reg = <0x10010000 0x400>; 104 reg = <0x10010000 0x400>;
105 }; 105 };
106 106
107 dsi_0: dsi@11C80000 {
108 compatible = "samsung,exynos4210-mipi-dsi";
109 reg = <0x11C80000 0x10000>;
110 interrupts = <0 79 0>;
111 samsung,power-domain = <&pd_lcd0>;
112 phys = <&mipi_phy 1>;
113 phy-names = "dsim";
114 clocks = <&clock 286>, <&clock 143>;
115 clock-names = "bus_clk", "pll_clk";
116 status = "disabled";
117 #address-cells = <1>;
118 #size-cells = <0>;
119 };
120
107 camera { 121 camera {
108 compatible = "samsung,fimc", "simple-bus"; 122 compatible = "samsung,fimc", "simple-bus";
109 status = "disabled"; 123 status = "disabled";