1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-08 19:49:19 +01:00
Files
u-boot-megous/drivers/timer/dw-apb-timer.c
Johan Jonker e9eddb75c5 rockchip: timer: dw-apb-timer: use regs variable with uintptr_t size
The fdt_addr_t and phys_addr_t size have been decoupled.
A 32bit CPU can expect 64-bit data from the device tree parser,
so use a regs variable with uintptr_t size in the
dw-apb-timer.c file.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-05-06 17:28:18 +08:00

2.8 KiB