[U-Boot] [PATCH v3 48/62] rockchip: clk: Move all DT decoding to ofdata_to_platdata()
Simon Glass
sjg at chromium.org
Fri Jul 15 06:00:23 CEST 2016
On 4 July 2016 at 11:58, Simon Glass <sjg at chromium.org> wrote:
> It is more correct to avoid touching the device tree in the probe() method.
> Update the driver to work this way. Also add an error check on grf since if
> that fails then we should not use it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3:
> - Rebase to master
>
> Changes in v2: None
>
> drivers/clk/clk_rk3288.c | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list