summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock/gpio-gate-clock.txt
Commit message (Collapse)AuthorAgeFilesLines
* clk: add gpio gated clockJyri Sarha2014-09-271-0/+21
The added gpio-gate-clock is a basic clock that can be enabled and disabled trough a gpio output. The DT binding document for the clock is also added. For EPROBE_DEFER handling the registering of the clock has to be delayed until of_clk_get() call time. Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>