diff options
| author | Stefano Stabellini <[email protected]> | 2021-05-05 14:18:21 -0700 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2021-06-23 09:48:35 +0200 |
| commit | ce42bd2fa3fc288e5eb9287fc4c924a13118b8e4 (patch) | |
| tree | f890bfe34f284d350a12b9b58f8125820fececf3 | |
| parent | d9be8b4f2fab89234779921601d5bf9b9e719af0 (diff) | |
arm64: zynqmp: Add missing SMID for pcie to zynqmp.dtsi
The SMMU is disabled in device tree so this change has no impact.
The benefit is that this way it is in sync with xen.dtsi. Xen enables
the SMMU and makes use of it.
Signed-off-by: Stefano Stabellini <[email protected]>
| -rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index db4099b7516..37ee9539801 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -648,6 +648,8 @@ <0x0 0x0 0x0 0x2 &pcie_intc 0x2>, <0x0 0x0 0x0 0x3 &pcie_intc 0x3>, <0x0 0x0 0x0 0x4 &pcie_intc 0x4>; + #stream-id-cells = <1>; + iommus = <&smmu 0x4d0>; power-domains = <&zynqmp_firmware PD_PCIE>; pcie_intc: legacy-interrupt-controller { interrupt-controller; |
