diff options
author | Rob Herring <[email protected]> | 2017-03-21 21:03:13 -0500 |
---|---|---|
committer | Michal Simek <[email protected]> | 2017-07-20 13:31:28 +0200 |
commit | d15c56cad0e69bcab44a1735a876dcee38394676 (patch) | |
tree | ae46b6c406779ce8d16534360195f9d912fbb8c3 | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) |
arm64: dts: xilinx: fix PCI bus dtc warnings
dtc recently added PCI bus checks. Fix these warnings.
Signed-off-by: Rob Herring <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: "Sören Brinkmann" <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi index 54dc28351c8c..1a3f5e928bb9 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi @@ -221,6 +221,7 @@ 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>; /* prefetchable memory */ + bus-range = <0x00 0xff>; interrupt-map-mask = <0x0 0x0 0x0 0x7>; interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>, <0x0 0x0 0x0 0x2 &pcie_intc 0x2>, |