]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: fix debug string with fdt_addr_t input
authorJohan Jonker <jbx6244@gmail.com>
Mon, 13 Mar 2023 00:32:57 +0000 (01:32 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 6 May 2023 09:28:18 +0000 (17:28 +0800)
commit72af17e7db137c2864d4669cf28a605ffd4d9a05
tree63dac85cf98884f66fca2780b6d2460df9fd9158
parent3fbdff300298f7787ae5047ac70a2a4f6823f9f4
drivers: fix debug string with fdt_addr_t input

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 <jbx6244@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-mvebu/cpu.c
drivers/clk/ti/clk-ctrl.c
drivers/phy/phy-stm32-usbphyc.c