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

2017-04-28 Thread Eric Anholt
Rob Herring writes: > On Mon, Apr 24, 2017 at 01:12:09PM -0700, 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

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

2017-04-28 Thread Rob Herring
On Mon, Apr 24, 2017 at 01:12:09PM -0700, 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, che