u-boot/drivers/ddr
Johan Jonker 320a1938b6 drivers: use devfdt_get_addr_index_ptr when cast to pointer
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
devfdt_get_addr_index_ptr instead of the devfdt_get_addr_index function
in the various files in the drivers directory that cast to a pointer.
As we are there also streamline the error response to -EINVAL on return.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-05-06 17:28:18 +08:00
..
altera drivers: use devfdt_get_addr_index_ptr when cast to pointer 2023-05-06 17:28:18 +08:00
fsl global: Finish CONFIG -> CFG migration 2023-01-20 12:27:24 -05:00
imx ddr: imx: Update the ddr init flow on imx8ulp 2023-03-29 20:15:42 +02:00
marvell ddr: marvell: a38x: Perform DDR training sequence again for 2nd boot 2023-04-13 11:34:47 +02:00
microchip SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig Convert CONFIG_SPD_EEPROM to Kconfig 2022-12-05 16:08:37 -05:00