-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
20
trunk/Documentation/devicetree/bindings/gpu/samsung-g2d.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
}; |