On Wednesday, January 30, 2013 8:59 PM, Vikas Sajjan wrote > > Adds FIMD DT support to Origen quad board > > Signed-off-by: Vikas Sajjan <vikas.sajjan@xxxxxxxxxx> > --- > arch/arm/boot/dts/exynos4412-origen.dts | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts > index 4eba374..de877c5 100644 > --- a/arch/arm/boot/dts/exynos4412-origen.dts > +++ b/arch/arm/boot/dts/exynos4412-origen.dts > @@ -44,6 +44,28 @@ > status = "okay"; > }; > > + fimd@11c00000 { > + samsung,power-domain = <&pd_lcd0>; > + pinctrl-0 = <&lcd_sync &lcd_clk &lcd_en &lcd0_data &pwm1_out>; lcd0_data is the same with lcd_data24. How about using lcd_data24 instead of lcd0_data? > + pinctrl-names = "default"; > + status = "okay"; > + }; > + > + display-timings { > + native-mode = <&timing0>; > + timing0: timing@0 { Please replace spaces with tabs. > + clock-frequency = <50000>; > + hactive = <1024>; > + vactive = <600>; > + hfront-porch = <64>; > + hback-porch = <16>; > + hsync-len = <48>; > + vback-porch = <64>; > + vfront-porch = <16>; > + vsync-len = <3>; > + }; > + }; Please replace spaces with tabs. > + > serial@13800000 { > status = "okay"; > }; > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html