Skip to content

Commit

Permalink
ARM: dts: add mipi dsi device node to exynos3250.dtsi
Browse files Browse the repository at this point in the history
Signed-off-by: Inki Dae <[email protected]>
Reviewed-by: Andrzej Hajda <[email protected]>
  • Loading branch information
daeinki committed Sep 19, 2014
1 parent 9fab9d6 commit 025d8e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/exynos3250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,21 @@
status = "disabled";
};

dsi_0: dsi@11C80000 {
compatible = "samsung,exynos3250-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";
};

mshc_0: mshc@12510000 {
compatible = "samsung,exynos5250-dw-mshc";
reg = <0x12510000 0x1000>;
Expand Down

0 comments on commit 025d8e1

Please sign in to comment.