[U-Boot] [PATCH 1/7] rockchip: rk3368: Add clok drvier

Andreas Färber afaerber at suse.de
Sun Apr 30 08:33:29 UTC 2017


Am 29.04.2017 um 02:28 schrieb Simon Glass:
> On 20 April 2017 at 20:31, Andy Yan <andy.yan at rock-chips.com> wrote:
>> +static int rk3368_clk_probe(struct udevice *dev)
>> +{
>> +       struct rk3368_clk_priv *priv = dev_get_priv(dev);
>> +
>> +       rkclk_init(priv->cru);
> 
> Should this only happen in SPL?

We don't use an SPL yet.

>> +
>> +       return 0;
>> +}
[snip]

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)


More information about the U-Boot mailing list