Binding: atmel-ssc: add option to choose clock
authorBo Shen <voice.shen@atmel.com>
Mon, 10 Feb 2014 06:09:46 +0000 (14:09 +0800)
committerMark Brown <broonie@linaro.org>
Wed, 12 Feb 2014 17:21:36 +0000 (17:21 +0000)
Add the option to choose clock on which pin input to SSC (as slave).
Default is on TK pin to SSC, add "atmel,clk-from-rk-pin" option to
specify the clock is on RK pin to SSC.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/misc/atmel-ssc.txt

index 60960b2755f435f473a9dbb5569b2f845c25cd39..efc98ea1f23d28e18f64b0f0331a8b2e3da0c4ff 100644 (file)
@@ -17,6 +17,14 @@ Required properties for devices compatible with "atmel,at91sam9g45-ssc":
   See Documentation/devicetree/bindings/dma/atmel-dma.txt for details.
 - dma-names: Must be "tx", "rx".
 
+Optional properties:
+  - atmel,clk-from-rk-pin: bool property.
+     - When SSC works in slave mode, according to the hardware design, the
+       clock can get from TK pin, and also can get from RK pin. So, add
+       this parameter to choose where the clock from.
+     - By default the clock is from TK pin, if the clock from RK pin, this
+       property is needed.
+
 Examples:
 - PDC transfer:
 ssc0: ssc@fffbc000 {