Re: [PATCH] mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source

From: Rob Herring
Date: Mon May 16 2016 - 11:02:40 EST


On Wed, May 11, 2016 at 02:13:29PM +0300, Peter Ujfalusi wrote:
> 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 lover the print priority of the notification that the 32K
> clock is not proveded so it is not going to be handled by the driver.
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@xxxxxx>
> ---
> Documentation/devicetree/bindings/mfd/twl6040.txt | 4 +--

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/mfd/twl6040.c | 34 +++++++++++++++++------
> include/linux/mfd/twl6040.h | 3 +-
> 3 files changed, 29 insertions(+), 12 deletions(-)