Skip to content

Commit

Permalink
of/exynos_g2d: Add Bindings for exynos G2D driver
Browse files Browse the repository at this point in the history
Add documentation for the DT bindings in exynos G2D driver.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Ajay Kumar authored and Grant Likely committed Feb 8, 2013
1 parent 22435f3 commit 09495dd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Documentation/devicetree/bindings/drm/exynos/g2d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Samsung 2D Graphic Accelerator using DRM frame work

Samsung FIMG2D is a graphics 2D accelerator which supports Bit Block Transfer.
We set the drawing-context registers for configuring rendering parameters and
then start rendering.
This driver is for SOCs which contain G2D IPs with version 4.1.

Required properties:
-compatible:
should be "samsung,exynos-g2d-41".
-reg:
physical base address of the controller and length
of memory mapped region.
-interrupts:
interrupt combiner values.

Example:
g2d {
compatible = "samsung,exynos-g2d-41";
reg = <0x10850000 0x1000>;
interrupts = <0 91 0>;
};

0 comments on commit 09495dd

Please sign in to comment.