summaryrefslogtreecommitdiff
path: root/drivers/bios_emulator
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-01-06 17:33:04 (GMT)
committerSimon Glass <sjg@chromium.org>2016-01-21 02:06:23 (GMT)
commitbb883f824c6ba4e6f530f3214afd9e492604a873 (patch)
tree5d077d8ff13ad13685d67073c0b3039e8a9159c4 /drivers/bios_emulator
parent0a7edce0ef26d9a8c11e9c097e0ed12cf334e27d (diff)
downloadu-boot-fsl-qoriq-bb883f824c6ba4e6f530f3214afd9e492604a873.tar.xz
timer: sandbox: work without device tree
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@nvidia.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/bios_emulator')
0 files changed, 0 insertions, 0 deletions