Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a8da524 authored by YoungJun Cho's avatar YoungJun Cho Committed by Inki Dae
Browse files

ARM: dts: exynos5420: add dsi node



This patch adds common part of dsi node.

Signed-off-by: default avatarYoungJun Cho <yj44.cho@samsung.com>
Acked-by: default avatarInki Dae <inki.dae@samsung.com>
Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent dc9ec8cd
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -523,6 +523,20 @@
		#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>;