Quoting Krzysztof Kozlowski (2020-08-06 11:20:22)
> From: Arnd Bergmann <[email protected]>
> 
> The clk driver uses both a function call into an exported
> platform file and a direct register access to a hardcoded
> virtual address for accessing the MISCCR register, both
> become are a problem for a multiplatform kernel because
> of the header file dependency.
> 
> Make this an indirect function call through platform data
> instead.
> 
> Signed-off-by: Arnd Bergmann <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

Reply via email to