The patch adds common part of DSI node for Exynos5250 platforms.

Signed-off-by: Andrzej Hajda <[email protected]>
---
 arch/arm/boot/dts/exynos5250.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi 
b/arch/arm/boot/dts/exynos5250.dtsi
index 0935dca..bbe8ef4 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -656,6 +656,20 @@
                phy-names = "dp";
        };
 
+       dsi_0: dsi@14500000 {
+               compatible = "samsung,exynos4210-mipi-dsi";
+               reg = <0x14500000 0x10000>;
+               interrupts = <0 82 0>;
+               samsung,power-domain = <&pd_disp>;
+               phys = <&mipi_phy 3>;
+               phy-names = "dsim";
+               clocks = <&clock 341>, <&clock 134>;
+               clock-names = "bus_clk", "pll_clk";
+               status = "disabled";
+               #address-cells = <1>;
+               #size-cells = <0>;
+       };
+
        fimd@14400000 {
                clocks = <&clock 133>, <&clock 339>;
                clock-names = "sclk_fimd", "fimd";
-- 
1.8.3.2

--
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