[PATCH v8 4/4] ARM: dts: Add FIMD DT binding Documentation

Sachin Kamat sachin.kamat at linaro.org
Tue Mar 19 19:01:16 EST 2013


Hi Vikas,

> +Example:
> +
> +SoC specific DT Entry:
> +
> +       fimd at 11c00000 {
> +               compatible = "samsung,exynos4210-fimd";
> +               interrupt-parent = <&combiner>;
> +               reg = <0x11c00000 0x20000>;
> +               interrupt-names = "fifo", "vsync", "lcd_sys";
> +               interrupts = <11 0>, <11 1>, <11 2>;
> +               clocks = <&clock 140>, <&clock 283>;
> +               clock-names = "sclk_fimd", "fimd";

Now that you have added clock properties, you need to make a mention
about them too in the description above.

-- 
With warm regards,
Sachin


More information about the devicetree-discuss mailing list