Re: [PATCH 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-05-28 Thread Stephen Warren
On 05/18/2015 01:43 PM, Eric Anholt wrote: > The hardware clocks are not controllable by the ARM, so we have to > make requests to the firmware to do so from the VPU side. This will > let us replace fixed clocks in our DT with actual clock control (and > correct frequency information). > diff

Re: [PATCH 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-05-28 Thread Stephen Warren
On 05/18/2015 01:43 PM, Eric Anholt wrote: The hardware clocks are not controllable by the ARM, so we have to make requests to the firmware to do so from the VPU side. This will let us replace fixed clocks in our DT with actual clock control (and correct frequency information). diff --git

[PATCH 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-05-18 Thread Eric Anholt
The hardware clocks are not controllable by the ARM, so we have to make requests to the firmware to do so from the VPU side. This will let us replace fixed clocks in our DT with actual clock control (and correct frequency information). Signed-off-by: Eric Anholt ---

[PATCH 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-05-18 Thread Eric Anholt
The hardware clocks are not controllable by the ARM, so we have to make requests to the firmware to do so from the VPU side. This will let us replace fixed clocks in our DT with actual clock control (and correct frequency information). Signed-off-by: Eric Anholt e...@anholt.net ---