Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372425
b: refs/heads/master
c: 43afcba
h: refs/heads/master
i:
  372423: 8e30903
v: v3
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Mar 7, 2013
1 parent a5a8b41 commit 2dd3323
Show file tree
Hide file tree
Showing 2 changed files with 22 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: f11503d98969927d7f2e74c431ed71aa644f7017
refs/heads/master: 43afcbad76f3cdd8e33f6edb1fca340c1b9c55b2
21 changes: 21 additions & 0 deletions trunk/Documentation/devicetree/bindings/media/s5p-mfc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,24 @@ Required properties:

- samsung,mfc-l : Base address of the second memory bank used by MFC
for DMA contiguous memory allocation and its size.

Optional properties:
- samsung,power-domain : power-domain property defined with a phandle
to respective power domain.

Example:
SoC specific DT entry:

mfc: codec@13400000 {
compatible = "samsung,mfc-v5";
reg = <0x13400000 0x10000>;
interrupts = <0 94 0>;
samsung,power-domain = <&pd_mfc>;
};

Board specific DT entry:

codec@13400000 {
samsung,mfc-r = <0x43000000 0x800000>;
samsung,mfc-l = <0x51000000 0x800000>;
};

0 comments on commit 2dd3323

Please sign in to comment.