[PATCH v9 3/4] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

Thomas Abraham thomas.abraham at linaro.org
Mon Mar 25 22:02:40 EST 2013


On 22 March 2013 19:26, Vikas Sajjan <vikas.sajjan at linaro.org> wrote:
> Adds FIMD DT support to Origen quad board
>
> Signed-off-by: Vikas Sajjan <vikas.sajjan at linaro.org>
> ---
>  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 a5478bd..8953c92 100644
> --- a/arch/arm/boot/dts/exynos4412-origen.dts
> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
> @@ -70,6 +70,28 @@
>                 status = "okay";
>         };
>
> +       fimd at 11c00000 {
> +               samsung,power-domain = <&pd_lcd0>;
'
Does the power-domain have be board specific. Can this be moved into
SoC specific dtsi file?

Thanks,
Thomas.

> +               pinctrl-0 = <&lcd_sync &lcd_clk &lcd_en &lcd_data24 &pwm1_out>;
> +               pinctrl-names = "default";
> +               status = "okay";
> +       };
> +
> +       display-timings {
> +               native-mode = <&timing0>;
> +               timing0: timing at 0 {
> +                       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>;
> +               };
> +       };
> +
>         serial at 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 at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


More information about the devicetree-discuss mailing list