diff options
author | Vijaya Krishna Nivarthi <[email protected]> | 2023-04-24 15:02:40 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-05-26 13:35:58 -0700 |
commit | 0aa2811cf5eb2355cd91035b4a76a6120a5c6382 (patch) | |
tree | a4cdf23a01be341fb4ef7fdec6df42d14377e2d5 | |
parent | cc406006126e89c5330ff5c75da20deb5cafedf8 (diff) |
arm64: dts: qcom: sdm845: 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/sdm845.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index e55f826709c3..f1dfdd129eab 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -3890,6 +3890,7 @@ qspi: spi@88df000 { compatible = "qcom,sdm845-qspi", "qcom,qspi-v1"; reg = <0 0x088df000 0 0x600>; + iommus = <&apps_smmu 0x160 0x0>; #address-cells = <1>; #size-cells = <0>; interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |