]> git.baikalelectronics.ru Git - kernel.git/commit
dt/bindings: Binding documentation for Palmas clk32kg and clk32kgaudio clocks
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 27 Jun 2014 06:01:10 +0000 (09:01 +0300)
committerMike Turquette <mturquette@linaro.org>
Wed, 2 Jul 2014 04:37:57 +0000 (21:37 -0700)
commit5ca080650828d612cc877eccd13b582c8ce7c36a
treee69cdf404d8997654a9decef9847903da8992912
parentd1884adf2aa3f1bcd949816b61ce1be9e1308215
dt/bindings: Binding documentation for Palmas clk32kg and clk32kgaudio clocks

Palmas class of devices can provide 32K clock(s) to be used by other devices
on the board. Depending on the actual device the provided clocks can be:
CLK32K_KG and CLK32K_KGAUDIO
or only one:
CLK32K_KG (TPS659039 for example)

Use separate compatible flags for the two 32K clock.
A system which needs or have only one of the 32k clock from
Palmas will need to add node(s) for each clock as separate section
in the dts file.
The two compatible property is:
"ti,palmas-clk32kg" for clk32kg clock
"ti,palmas-clk32kgaudio" for clk32kgaudio clock

Apart from the register control of the clocks - which is done via
the clock API there is a posibility to enable the external sleep
control. In this way the clock can be enabled/disabled on demand by the
user of the clock.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/clk-palmas-clk32kg-clocks.txt [new file with mode: 0644]
include/dt-bindings/mfd/palmas.h [new file with mode: 0644]