[PATCH 2/2] ARM: dts: Update MFC documentation for clock entries
Sachin Kamat
sachin.kamat at linaro.org
Thu Apr 4 17:26:55 EST 2013
Added clock entry definitions to MFC bindings document.
Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
---
.../devicetree/bindings/media/s5p-mfc.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/media/s5p-mfc.txt b/Documentation/devicetree/bindings/media/s5p-mfc.txt
index bf0182d..d7b991a 100644
--- a/Documentation/devicetree/bindings/media/s5p-mfc.txt
+++ b/Documentation/devicetree/bindings/media/s5p-mfc.txt
@@ -15,6 +15,9 @@ Required properties:
mapped region.
- interrupts : MFC interrupt number to the CPU.
+ - clocks: from common clock binding: handle to mfc clocks.
+ - clock-names: from common clock binding: Shall be "sclk_mfc" and "mfc"
+ for "samsung,mfc-v5".
- samsung,mfc-r : Base address of the first memory bank used by MFC
for DMA contiguous memory allocation and its size.
@@ -34,6 +37,8 @@ mfc: codec at 13400000 {
reg = <0x13400000 0x10000>;
interrupts = <0 94 0>;
samsung,power-domain = <&pd_mfc>;
+ clocks = <&clock 170>, <&clock 273>;
+ clock-names = "sclk_mfc", "mfc";
};
Board specific DT entry:
--
1.7.9.5
More information about the devicetree-discuss
mailing list