Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: Xilinx NWL PCIe: Updating device tree documentation with prefetchable memory space

Updating device tree documentation with prefetchable memory
sapce.
Configuration space shifted to 64-bit address space.

Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Bharat Kumar Gogada and committed by
Rob Herring
9cbbae2a c4dcd205

+3 -2
+3 -2
Documentation/devicetree/bindings/pci/xilinx-nwl-pcie.txt
··· 55 55 msi-parent = <&nwl_pcie>; 56 56 reg = <0x0 0xfd0e0000 0x0 0x1000>, 57 57 <0x0 0xfd480000 0x0 0x1000>, 58 - <0x0 0xe0000000 0x0 0x1000000>; 58 + <0x80 0x00000000 0x0 0x1000000>; 59 59 reg-names = "breg", "pcireg", "cfg"; 60 - ranges = <0x02000000 0x00000000 0xe1000000 0x00000000 0xe1000000 0 0x0f000000>; 60 + ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */ 61 + 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */ 61 62 62 63 pcie_intc: legacy-interrupt-controller { 63 64 interrupt-controller;