Message ID | 1395322010-1248-1-git-send-email-a.hajda@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Andrzej, 2014-03-20 22:26 GMT+09:00 Andrzej Hajda <a.hajda@samsung.com>: > The patch adds polarization flags to fimd node. > It fixes parallel display support. > > Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> > --- > Hi Inki, > > Since polarization patches were not merged, polarization > settings should be provided to fimd via properties. > This patch fixes it. > Just let me integrate it to old one, 'ARM: dts: exynos4210-universal: add exynos/fimd node'. Thanks, Inki Dae > Regards > Andrzej > --- > arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts > index 21ca0b978..477208d 100644 > --- a/arch/arm/boot/dts/exynos4210-universal_c210.dts > +++ b/arch/arm/boot/dts/exynos4210-universal_c210.dts > @@ -351,6 +351,8 @@ > pinctrl-0 = <&lcd_clk>, <&lcd_data24>; > pinctrl-names = "default"; > status = "okay"; > + samsung,invert-vden; > + samsung,invert-vclk; > display-timings { > timing { > clock-frequency = <23492370>; > -- > 1.8.3.2 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- 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/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts index 21ca0b978..477208d 100644 --- a/arch/arm/boot/dts/exynos4210-universal_c210.dts +++ b/arch/arm/boot/dts/exynos4210-universal_c210.dts @@ -351,6 +351,8 @@ pinctrl-0 = <&lcd_clk>, <&lcd_data24>; pinctrl-names = "default"; status = "okay"; + samsung,invert-vden; + samsung,invert-vclk; display-timings { timing { clock-frequency = <23492370>;
The patch adds polarization flags to fimd node. It fixes parallel display support. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> --- Hi Inki, Since polarization patches were not merged, polarization settings should be provided to fimd via properties. This patch fixes it. Regards Andrzej --- arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 ++ 1 file changed, 2 insertions(+)