]> Git Repo - linux.git/commitdiff
ARM: dts: exynos5420: add dsi node
authorYoungJun Cho <[email protected]>
Thu, 17 Jul 2014 09:01:29 +0000 (18:01 +0900)
committerInki Dae <[email protected]>
Sun, 3 Aug 2014 07:52:16 +0000 (16:52 +0900)
This patch adds common part of dsi node.

Signed-off-by: YoungJun Cho <[email protected]>
Acked-by: Inki Dae <[email protected]>
Acked-by: Kyungmin Park <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
arch/arm/boot/dts/exynos5420.dtsi

index 0b9d15d6e25b089d5abf2f68ab45cd7ec089993f..3a7862bc5f3e111f7b1cd84e8f6a5e0281091490 100644 (file)
                #phy-cells = <1>;
        };
 
+       dsi@14500000 {
+               compatible = "samsung,exynos5410-mipi-dsi";
+               reg = <0x14500000 0x10000>;
+               interrupts = <0 82 0>;
+               samsung,power-domain = <&disp_pd>;
+               phys = <&mipi_phy 1>;
+               phy-names = "dsim";
+               clocks = <&clock CLK_DSIM1>, <&clock CLK_SCLK_MIPI1>;
+               clock-names = "bus_clk", "pll_clk";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               status = "disabled";
+       };
+
        fimd: fimd@14400000 {
                samsung,power-domain = <&disp_pd>;
                clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
This page took 0.052592 seconds and 4 git commands to generate.