diff options
author | Andrzej Hajda | 2014-03-28 12:52:43 +0100 |
---|---|---|
committer | Inki Dae | 2014-04-04 14:24:49 +0200 |
commit | 8b7dd64cbe780ddee4901e381e12b3e9b514711a (patch) | |
tree | b0cdf466f4ce37ee6504a31499a6a799c993a905 /arch/arm | |
parent | drm/panel: add S6E8AA0 driver (diff) | |
download | kernel-qcow2-linux-8b7dd64cbe780ddee4901e381e12b3e9b514711a.tar.gz kernel-qcow2-linux-8b7dd64cbe780ddee4901e381e12b3e9b514711a.tar.xz kernel-qcow2-linux-8b7dd64cbe780ddee4901e381e12b3e9b514711a.zip |
ARM: dts: exynos4: add MIPI DSI Master node
This is a common part of DSI node for all Exynos4 boards.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 08452e183b57..3d14cdb0776a 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -104,6 +104,20 @@ reg = <0x10010000 0x400>; }; + dsi_0: dsi@11C80000 { + compatible = "samsung,exynos4210-mipi-dsi"; + reg = <0x11C80000 0x10000>; + interrupts = <0 79 0>; + samsung,power-domain = <&pd_lcd0>; + phys = <&mipi_phy 1>; + phy-names = "dsim"; + clocks = <&clock 286>, <&clock 143>; + clock-names = "bus_clk", "pll_clk"; + status = "disabled"; + #address-cells = <1>; + #size-cells = <0>; + }; + camera { compatible = "samsung,fimc", "simple-bus"; status = "disabled"; |