On Tue, 28 Feb 2023 at 14:22, Johan Jonker <jbx6...@gmail.com> wrote: > > 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 fix some > debug strings with fdt_addr_t to be able to handle both sizes. > > Signed-off-by: Johan Jonker <jbx6...@gmail.com> > --- > > Changed V5: > new patch > --- > arch/arm/mach-mvebu/cpu.c | 2 +- > drivers/clk/ti/clk-ctrl.c | 9 +++++---- > drivers/phy/phy-stm32-usbphyc.c | 4 ++-- > 3 files changed, 8 insertions(+), 7 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>