commit | 88a9e58b998dab620f6d7e71fda1a815f1a55058 | [log] [tgz] |
---|---|---|
author | Johan Jonker <jbx6244@gmail.com> | Mon Mar 13 01:30:02 2023 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sat May 06 17:28:18 2023 +0800 |
tree | b0557150dc742c3059a5bb16f0b06347a4684495 | |
parent | e9eddb75c5bf867ac2c773138afb64b92b6100e8 [diff] |
rockchip: pwm: rk_pwm: use base 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 base variable with uintptr_t size in the rk_pwm.c file. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>