diff options
| author | Vijaya Krishna Nivarthi <[email protected]> | 2023-04-24 15:02:39 +0530 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-05-26 13:35:58 -0700 |
| commit | cc406006126e89c5330ff5c75da20deb5cafedf8 (patch) | |
| tree | 107b96c4e5c8cf0084a72317861bc2bf3b8915b4 | |
| parent | 8164116023acb6dd600776a3391d5b0cd7699adc (diff) | |
arm64: dts: qcom: sc7280: Add stream-id of qspi to iommus
As part of DMA mode support to qspi driver.
Signed-off-by: Vijaya Krishna Nivarthi <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index e441b1d6cad3..7c5dbac7ef77 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -3445,6 +3445,7 @@ qspi: spi@88dc000 { compatible = "qcom,sc7280-qspi", "qcom,qspi-v1"; reg = <0 0x088dc000 0 0x1000>; + iommus = <&apps_smmu 0x20 0x0>; #address-cells = <1>; #size-cells = <0>; interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |