Message ID | 1399877120-4634-3-git-send-email-rahul.sharma@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Monday, May 12, 2014 3:45 PM, Rahul Sharma wrote: > > From: Rahul Sharma <Rahul.Sharma@samsung.com> > > Enable FIMD for peach-pi board. > > Signed-off-by: Rahul Sharma <Rahul.Sharma@samsung.com> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Best regards, Jingoo Han > --- > arch/arm/boot/dts/exynos5800-peach-pi.dts | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts > index 426705a..cccacdd 100644 > --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts > +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts > @@ -157,6 +157,11 @@ > }; > }; > > +&fimd { > + status = "okay"; > + samsung,invert-vclk; > +}; > + > &hsi2c_9 { > status = "okay"; > clock-frequency = <400000>; > -- > 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Thanks Jingoo Han. Hi Kukjin, Please consider both of these series for your tree. 1) http://www.spinics.net/lists/arm-kernel/msg329697.html 2) http://www.spinics.net/lists/arm-kernel/msg330291.html Regards, Rahul Sharma On 13 May 2014 06:44, Jingoo Han <jg1.han@samsung.com> wrote: > On Monday, May 12, 2014 3:45 PM, Rahul Sharma wrote: >> >> From: Rahul Sharma <Rahul.Sharma@samsung.com> >> >> Enable FIMD for peach-pi board. >> >> Signed-off-by: Rahul Sharma <Rahul.Sharma@samsung.com> > > Reviewed-by: Jingoo Han <jg1.han@samsung.com> > > Best regards, > Jingoo Han > >> --- >> arch/arm/boot/dts/exynos5800-peach-pi.dts | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts >> index 426705a..cccacdd 100644 >> --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts >> +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts >> @@ -157,6 +157,11 @@ >> }; >> }; >> >> +&fimd { >> + status = "okay"; >> + samsung,invert-vclk; >> +}; >> + >> &hsi2c_9 { >> status = "okay"; >> clock-frequency = <400000>; >> -- >> 1.7.9.5 > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
<Gentle Ping> On 13 May 2014 08:53, Rahul Sharma <rahul.sharma@samsung.com> wrote: > Thanks Jingoo Han. > > Hi Kukjin, > > Please consider both of these series for your tree. > > 1) http://www.spinics.net/lists/arm-kernel/msg329697.html > 2) http://www.spinics.net/lists/arm-kernel/msg330291.html > > Regards, > Rahul Sharma > > On 13 May 2014 06:44, Jingoo Han <jg1.han@samsung.com> wrote: >> On Monday, May 12, 2014 3:45 PM, Rahul Sharma wrote: >>> >>> From: Rahul Sharma <Rahul.Sharma@samsung.com> >>> >>> Enable FIMD for peach-pi board. >>> >>> Signed-off-by: Rahul Sharma <Rahul.Sharma@samsung.com> >> >> Reviewed-by: Jingoo Han <jg1.han@samsung.com> >> >> Best regards, >> Jingoo Han >> >>> --- >>> arch/arm/boot/dts/exynos5800-peach-pi.dts | 5 +++++ >>> 1 file changed, 5 insertions(+) >>> >>> diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts >>> index 426705a..cccacdd 100644 >>> --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts >>> +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts >>> @@ -157,6 +157,11 @@ >>> }; >>> }; >>> >>> +&fimd { >>> + status = "okay"; >>> + samsung,invert-vclk; >>> +}; >>> + >>> &hsi2c_9 { >>> status = "okay"; >>> clock-frequency = <400000>; >>> -- >>> 1.7.9.5 >> -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" 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/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts index 426705a..cccacdd 100644 --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts @@ -157,6 +157,11 @@ }; }; +&fimd { + status = "okay"; + samsung,invert-vclk; +}; + &hsi2c_9 { status = "okay"; clock-frequency = <400000>;