CLK: TI: add support for clockdomain binding
authorTero Kristo <t-kristo@ti.com>
Wed, 21 Aug 2013 16:39:15 +0000 (19:39 +0300)
committerMike Turquette <mturquette@linaro.org>
Fri, 17 Jan 2014 20:35:13 +0000 (12:35 -0800)
commit3cd4a596224565cff00b69a02d4b5fa7432ea6d3
tree66ec0ab2c879ccb9715f335af51897376148b2a6
parentf60b1ea5ea7ab1aee34a5ba55520b84b6e6d482e
CLK: TI: add support for clockdomain binding

Some OMAP clocks require knowledge about their parent clockdomain for
book keeping purposes. This patch creates a new DT binding for TI
clockdomains, which act as a collection of device clocks. Clockdomain
itself is rather misleading name for the hardware functionality, as at
least on OMAP4 / OMAP5 / DRA7 the clockdomains can be collections of either
clocks and/or IP blocks, thus idle-domain or such might be more appropriate.
For most cases on these SoCs, the kernel doesn't even need the information
and the mappings can be ignored.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/ti/clockdomain.txt [new file with mode: 0644]
drivers/clk/ti/Makefile
drivers/clk/ti/clockdomain.c [new file with mode: 0644]
include/linux/clk/ti.h