diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-20 17:07:18 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-06-29 10:16:43 +0100 |
commit | 0a58da1e2f25f213fb72d7d6a18dff9562621215 (patch) | |
tree | 8a6751f3090f1946f33ac1974b5f7d5f5fd957c0 /Documentation/devicetree/bindings/mfd/twl6040.txt | |
parent | 1db3ba2830bc2cd174f1b60da156d77214bed681 (diff) | |
download | blackbird-obmc-linux-0a58da1e2f25f213fb72d7d6a18dff9562621215.tar.gz blackbird-obmc-linux-0a58da1e2f25f213fb72d7d6a18dff9562621215.zip |
mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source
On some boards, like omap5-uevm the MCLK is gated by default and in order
to be able to use the High performance modes of twl6040 it need to be
enabled by SW.
Add support for handling the MCLK source clock via CCF.
At the same time lower the print priority of the notification that the 32K
clock is not provided and it is not going to be handled by the driver.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/twl6040.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/twl6040.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mfd/twl6040.txt b/Documentation/devicetree/bindings/mfd/twl6040.txt index a41157b5d930..e6afdfa3543d 100644 --- a/Documentation/devicetree/bindings/mfd/twl6040.txt +++ b/Documentation/devicetree/bindings/mfd/twl6040.txt @@ -19,8 +19,8 @@ Required properties: Optional properties, nodes: - enable-active-high: To power on the twl6040 during boot. -- clocks: phandle to the clk32k clock provider -- clock-names: Must be "clk32k" +- clocks: phandle to the clk32k and/or to mclk clock provider +- clock-names: Must be "clk32k" for the 32K clock and "mclk" for the MCLK. Vibra functionality Required properties: |