This patch adds mipi dsi device node to exynos4415.dtsi.

Signed-off-by: YoungJun Cho <[email protected]>
Acked-by: Kyungmin Park <[email protected]>
---
 arch/arm/boot/dts/exynos4415.dtsi | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4415.dtsi 
b/arch/arm/boot/dts/exynos4415.dtsi
index 30acb3a..6105236 100644
--- a/arch/arm/boot/dts/exynos4415.dtsi
+++ b/arch/arm/boot/dts/exynos4415.dtsi
@@ -246,6 +246,21 @@
                        status = "disabled";
                };
 
+               dsi_0: dsi@11C80000 {
+                       compatible = "samsung,exynos4415-mipi-dsi";
+                       reg = <0x11C80000 0x10000>;
+                       interrupts = <0 83 0>;
+                       samsung,phy-type = <0>;
+                       samsung,power-domain = <&pd_lcd0>;
+                       phys = <&mipi_phy 1>;
+                       phy-names = "dsim";
+                       clocks = <&cmu CLK_DSIM0>, <&cmu CLK_SCLK_MIPI0>;
+                       clock-names = "bus_clk", "pll_clk";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
+
                hsotg: hsotg@12480000 {
                        compatible = "samsung,s3c6400-hsotg";
                        reg = <0x12480000 0x20000>;
-- 
1.9.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to