Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374087
b: refs/heads/master
c: 81b6eb4
h: refs/heads/master
i:
  374085: 1b948b8
  374083: fc1951c
  374079: 69c3698
v: v3
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Apr 8, 2013
1 parent 7b81109 commit 6b537ea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38f87bcf556b9e341446c71312df195b7f401773
refs/heads/master: 81b6eb405c774f2db2d9391267630edcf4981cb8
20 changes: 20 additions & 0 deletions trunk/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
* Samsung 2D Graphics Accelerator

Required properties:
- compatible : value should be one among the following:
(a) "samsung,s5pv210-g2d" for G2D IP present in S5PV210 & Exynos4210 SoC
(b) "samsung,exynos4212-g2d" for G2D IP present in Exynos4x12 SoCs
(c) "samsung,exynos5250-g2d" for G2D IP present in Exynos5250 SoC

- reg : Physical base address of the IP registers and length of memory
mapped region.

- interrupts : G2D interrupt number to the CPU.

Example:
g2d@12800000 {
compatible = "samsung,s5pv210-g2d";
reg = <0x12800000 0x1000>;
interrupts = <0 89 0>;
status = "disabled";
};

0 comments on commit 6b537ea

Please sign in to comment.