Message ID | 1371231951-1969-3-git-send-email-s.nawrocki@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Friday 14 of June 2013 19:45:48 Sylwester Nawrocki wrote: > Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs. > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> > --- > arch/arm/boot/dts/exynos4.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4.dtsi > b/arch/arm/boot/dts/exynos4.dtsi index d505ece..4b7ce52 100644 > --- a/arch/arm/boot/dts/exynos4.dtsi > +++ b/arch/arm/boot/dts/exynos4.dtsi > @@ -120,12 +120,20 @@ > reg = <0x10010000 0x400>; > }; > > + mipi_phy: video-phy { nit: video-phy@10020710 Best regards, Tomasz > + compatible = "samsung,s5pv210-video-phy"; > + reg = <0x10020710 8>; > + #phy-cells = <1>; > + }; > + > dsi_0: dsi@11C80000 { > compatible = "samsung,exynos4210-mipi-dsi"; > reg = <0x11C80000 0x10000>; > interrupts = <0 79 0>; > samsung,phy-type = <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"; > @@ -181,6 +189,8 @@ > interrupts = <0 78 0>; > bus-width = <4>; > samsung,power-domain = <&pd_cam>; > + phys = <&mipi_phy 0>; > + phy-names = "csis"; > status = "disabled"; > }; > > @@ -190,6 +200,8 @@ > interrupts = <0 80 0>; > bus-width = <2>; > samsung,power-domain = <&pd_cam>; > + phys = <&mipi_phy 2>; > + phy-names = "csis"; > status = "disabled"; > }; > }; -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index d505ece..4b7ce52 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -120,12 +120,20 @@ reg = <0x10010000 0x400>; }; + mipi_phy: video-phy { + compatible = "samsung,s5pv210-video-phy"; + reg = <0x10020710 8>; + #phy-cells = <1>; + }; + dsi_0: dsi@11C80000 { compatible = "samsung,exynos4210-mipi-dsi"; reg = <0x11C80000 0x10000>; interrupts = <0 79 0>; samsung,phy-type = <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"; @@ -181,6 +189,8 @@ interrupts = <0 78 0>; bus-width = <4>; samsung,power-domain = <&pd_cam>; + phys = <&mipi_phy 0>; + phy-names = "csis"; status = "disabled"; }; @@ -190,6 +200,8 @@ interrupts = <0 80 0>; bus-width = <2>; samsung,power-domain = <&pd_cam>; + phys = <&mipi_phy 2>; + phy-names = "csis"; status = "disabled"; }; };