mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08:00
arm64: dts: qcom: sm8250: add iommus entry to QUP nodes
Enable IOMMUs configuration for QUP nodes to stop SM8250 boards from rebooting when using I2C DMA transfers. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20201010132125.416064-1-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
53a8ccf1c7
commit
8530939383
@ -456,6 +456,7 @@
|
||||
<&gcc GCC_QUPV3_WRAP_2_S_AHB_CLK>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
iommus = <&apps_smmu 0x63 0x0>;
|
||||
ranges;
|
||||
status = "disabled";
|
||||
|
||||
@ -662,6 +663,7 @@
|
||||
<&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
iommus = <&apps_smmu 0x5a3 0x0>;
|
||||
ranges;
|
||||
status = "disabled";
|
||||
|
||||
@ -924,6 +926,7 @@
|
||||
<&gcc GCC_QUPV3_WRAP_1_S_AHB_CLK>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
iommus = <&apps_smmu 0x43 0x0>;
|
||||
ranges;
|
||||
status = "disabled";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user