Hi Jacek Anaszewski, On Tue, Sep 9, 2014 at 6:39 PM, Jacek Anaszewski <[email protected]> wrote: > Signed-off-by: Jacek Anaszewski <[email protected]> > Signed-off-by: Kyungmin Park <[email protected]> > Cc: Kukjin Kim <[email protected]> > --- > arch/arm/boot/dts/exynos3250.dtsi | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos3250.dtsi > b/arch/arm/boot/dts/exynos3250.dtsi > index 1d52de6..bbc1e4c 100644 > --- a/arch/arm/boot/dts/exynos3250.dtsi > +++ b/arch/arm/boot/dts/exynos3250.dtsi > @@ -216,6 +216,19 @@ > interrupts = <0 240 0>; > }; > > + jpeg-codec@11830000 { > + compatible = "samsung,exynos3250-jpeg"; > + reg = <0x11830000 0x1000>; > + interrupts = <0 171 0>; > + clocks = <&cmu CLK_JPEG>, <&cmu CLK_SCLK_JPEG>; > + clock-names = "jpeg", "sclk"; > + samsung,power-domain = <&pd_cam>; > + assigned-clocks = <&cmu CLK_MOUT_CAM_BLK>, <&cmu > CLK_SCLK_JPEG>; > + assigned-clock-rates = <0>, <150000000>; > + assigned-clock-parents = <&cmu CLK_DIV_MPLL_PRE>; > + status = "disabled"; > + }; > + > mshc_0: mshc@12510000 { > compatible = "samsung,exynos5250-dw-mshc"; > reg = <0x12510000 0x1000>; > -- > 1.7.9.5 >
I tested this patch on Exynos3250 based Espresso board, hence please feel free to add. Tested-by: Pankaj Dubey <[email protected]> Thanks, Pankaj Dubey > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" > in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
