ARM: dts: exynos4: add MIPI DSI Master node
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 28 Mar 2014 11:52:43 +0000 (12:52 +0100)
committerInki Dae <daeinki@gmail.com>
Fri, 4 Apr 2014 12:24:49 +0000 (21:24 +0900)
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>
arch/arm/boot/dts/exynos4.dtsi

index 08452e1..3d14cdb 100644 (file)
                reg = <0x10010000 0x400>;
        };
 
+       dsi_0: dsi@11C80000 {
+               compatible = "samsung,exynos4210-mipi-dsi";
+               reg = <0x11C80000 0x10000>;
+               interrupts = <0 79 0>;
+               samsung,power-domain = <&pd_lcd0>;
+               phys = <&mipi_phy 1>;
+               phy-names = "dsim";
+               clocks = <&clock 286>, <&clock 143>;
+               clock-names = "bus_clk", "pll_clk";
+               status = "disabled";
+               #address-cells = <1>;
+               #size-cells = <0>;
+       };
+
        camera {
                compatible = "samsung,fimc", "simple-bus";
                status = "disabled";