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

2017-05-01 Thread Rob Herring
On Fri, Apr 28, 2017 at 5:42 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

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

2017-05-01 Thread Rob Herring
On Fri, Apr 28, 2017 at 5:42 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

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

2017-04-28 Thread Eric Anholt
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. v3: Drop NULL checks around clk

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

2017-04-28 Thread Eric Anholt
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. v3: Drop NULL checks around clk