u-boot/drivers/phy/qcom
Johan Jonker a12a73b664 drivers: use dev_read_addr_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
dev_read_addr_ptr instead of the dev_read_addr 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
..
Kconfig phy: Add support for drivers to enable USB on QCS404 SoC 2022-08-26 10:55:45 -04:00
Makefile phy: Add support for drivers to enable USB on QCS404 SoC 2022-08-26 10:55:45 -04:00
msm8916-usbh-phy.c phy: Move qcom SoCs specific phy drivers to qcom folder 2022-08-26 10:55:45 -04:00
phy-qcom-ipq4019-usb.c phy: Move qcom SoCs specific phy drivers to qcom folder 2022-08-26 10:55:45 -04:00
phy-qcom-usb-hs-28nm.c drivers: use dev_read_addr_ptr when cast to pointer 2023-05-06 17:28:18 +08:00
phy-qcom-usb-ss.c drivers: use dev_read_addr_ptr when cast to pointer 2023-05-06 17:28:18 +08:00