summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-02-08 13:56:06 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-03-07 19:39:51 +0900
commit43afcbad76f3cdd8e33f6edb1fca340c1b9c55b2 (patch)
tree27381eb744c795510ee87c438c6a1b68c14d4816 /Documentation
parentf11503d98969927d7f2e74c431ed71aa644f7017 (diff)
downloadlinux-3.10-43afcbad76f3cdd8e33f6edb1fca340c1b9c55b2.tar.gz
linux-3.10-43afcbad76f3cdd8e33f6edb1fca340c1b9c55b2.tar.bz2
linux-3.10-43afcbad76f3cdd8e33f6edb1fca340c1b9c55b2.zip
ARM: dts: Update MFC DT binding documentation
Added an example for bindings for illustration and clarity. Cc: devicetree-discuss@lists.ozlabs.org Cc: Arun Kumar K <arun.kk@samsung.com> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/media/s5p-mfc.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/s5p-mfc.txt b/Documentation/devicetree/bindings/media/s5p-mfc.txt
index 67ec3d4ccc7..bf0182d8da2 100644
--- a/Documentation/devicetree/bindings/media/s5p-mfc.txt
+++ b/Documentation/devicetree/bindings/media/s5p-mfc.txt
@@ -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>;
+};