projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47fc19
)
arm64: dts: qcom: sdm845: Define IOMMU for sdhc 2
author
Bjorn Andersson
<bjorn.andersson@linaro.org>
Tue, 5 Feb 2019 00:54:52 +0000
(16:54 -0800)
committer
Andy Gross
<andy.gross@linaro.org>
Wed, 6 Feb 2019 23:01:09 +0000
(17:01 -0600)
With apps_smmu initializing the SMMU we must specify iommus property for
the sdhc controller.
Fixes: 4429e57567bb ("arm64: dts: sdm845: Add node for arm,mmu-500")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sdm845.dtsi
b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 01a80ada653bd4aa8b4c857580df2e8979fb539c..ce69872d5a616354a48bab2b894ba9001a713aea 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sdm845.dtsi
@@
-1515,6
+1515,7
@@
clocks = <&gcc GCC_SDCC2_AHB_CLK>,
<&gcc GCC_SDCC2_APPS_CLK>;
clock-names = "iface", "core";
+ iommus = <&apps_smmu 0xa0 0xf>;
status = "disabled";
};