>-----Original Message-----
>From: Bin Meng <[email protected]>
>Sent: Thursday, February 18, 2021 9:28 PM
>To: Simon Glass <[email protected]>; Alexander Graf <[email protected]>;
>Priyanka Jain <[email protected]>
>Cc: U-Boot Mailing List <[email protected]>; Tom Rini
><[email protected]>; Heiko Schocher <[email protected]>
>Subject: [PATCH v2 20/38] pci: mpc85xx: Support controller register physical
>address beyond 32-bit
>
>devfdt_get_addr_index() returns fdt_addr_t which might be a 64-bit physical
>address. Use map_physmem() to return the virtual address that can be used
>by a 32-bit machine.
>
>Signed-off-by: Bin Meng <[email protected]>
>---
>
>(no changes since v1)
>
> drivers/pci/pci_mpc85xx.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>

Reviewed-by: Priyanka Jain <[email protected]>

Reply via email to