Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

of/documentation: Update G2D documentation

Exynos5250 G2D IP requires only the gate clock. Update the
binding documentation accordingly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Inki Dae <inki.dae@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

authored by

Sachin Kamat and committed by
Mike Turquette
8f9a5b52 9f271369

+5 -2
+5 -2
Documentation/devicetree/bindings/gpu/samsung-g2d.txt
··· 11 11 12 12 - interrupts : G2D interrupt number to the CPU. 13 13 - clocks : from common clock binding: handle to G2D clocks. 14 - - clock-names : from common clock binding: must contain "sclk_fimg2d" and 15 - "fimg2d", corresponding to entries in the clocks property. 14 + - clock-names : names of clocks listed in clocks property, in the same 15 + order, depending on SoC type: 16 + - for S5PV210 and Exynos4 based SoCs: "fimg2d" and 17 + "sclk_fimg2d" 18 + - for Exynos5250 SoC: "fimg2d". 16 19 17 20 Example: 18 21 g2d@12800000 {