Re: [PATCH 1/3 v2] drm/vc4: Turn the V3D clock on at runtime.

From: Eric Anholt
Date: Tue Apr 18 2017 - 20:02:48 EST


Florian Fainelli <f.fainelli@xxxxxxxxx> writes:

> On 04/18/2017 04:38 PM, Eric Anholt wrote:
>> For the Raspberry Pi's bindings, the power domain also implicitly
>> turns on the clock and deasserts reset, but for the new Cygnus port we
>> start representing the clock in the devicetree.
>>
>> v2: Document the clock-names property, check for -ENOENT for no clock
>> in DT.
>>
>> Signed-off-by: Eric Anholt <eric@xxxxxxxxxx>
>> ---
>
>> + if (v3d->clk)
>> + clk_disable_unprepare(v3d->clk);
>
> The clock API allows you to pass a NULL clk and do nothing in these
> cases which is what you seem to have done a few lines below, you could
> simplify these checks?

Sounds good.

Attachment: signature.asc
Description: PGP signature