commit | ab9d99abd41c59dd5f70336ad01e18cbf28de5b3 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Jun 03 14:43:44 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 10 14:10:43 2020 -0400 |
tree | fc4a0ef49bb2f91332964934c8d7c55e10624d17 | |
parent | b26228574abaee4f76d032c36e7815b41f90e6cc [diff] |
rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit) Create a non-cacheable mapping for the 0x600000000 physical memory region, where MMIO registers for the PCIe XHCI controller are instantiated by the PCIe bridge. Due to 32bit limit in the CPU virtual address space in ARM 32bit mode, this region is mapped at 0xff800000 CPU virtual address. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>