[U-Boot] [PATCH 2/3] timer: sandbox: work without device tree

Simon Glass sjg at chromium.org
Sat Jan 16 02:26:43 CET 2016


On 11 January 2016 at 09:58, Simon Glass <sjg at chromium.org> wrote:
> On 6 January 2016 at 10:33, Stephen Warren <swarren at wwwdotorg.org> wrote:
>> From: Stephen Warren <swarren at nvidia.com>
>>
>> A default invocation of sandbox U-Boot apparently uses no device tree,
>> which means that no timer is registers, which in turn means that the
>> sleep shell command hangs.
>>
>> Fix the sandbox timer code to register a device when there's no DT, just
>> like e.g. the sandbox reset driver does. When there's no DT, the DM uclass
>> can't initialize clock_rate from DT, so set a default value in the
>> timer code instead.
>>
>> Signed-off-by: Stephen Warren <swarren at nvidia.com>
>> ---
>>  drivers/timer/sandbox_timer.c | 10 ++++++++++
>>  1 file changed, 10 insertions(+)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list