projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b0f4f
)
arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Tue, 19 Dec 2023 18:40:21 +0000
(19:40 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 20 Dec 2023 12:26:30 +0000
(06:26 -0600)
The PCIe controllers on 8180 are cache-coherent. Mark them as such.
Fixes: d20b6c84f56a ("arm64: dts: qcom: sc8180x: Add PCIe instances")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link:
https://lore.kernel.org/r/20231219-topic-8180_pcie_dmac-v1-1-5d00fc1b23fd@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sc8180x.dtsi
b/arch/arm64/boot/dts/qcom/sc8180x.dtsi
index 25e41d195374000e67358bba41bbbe4a3704a09c..953179e70c9bbff392c0630f948fdc42bf0a7f61 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sc8180x.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sc8180x.dtsi
@@
-1751,6
+1751,7
@@
phys = <&pcie0_phy>;
phy-names = "pciephy";
+ dma-coherent;
status = "disabled";
};
@@
-1847,6
+1848,7
@@
phys = <&pcie3_phy>;
phy-names = "pciephy";
+ dma-coherent;
status = "disabled";
};
@@
-1944,6
+1946,7
@@
phys = <&pcie1_phy>;
phy-names = "pciephy";
+ dma-coherent;
status = "disabled";
};
@@
-2041,6
+2044,7
@@
phys = <&pcie2_phy>;
phy-names = "pciephy";
+ dma-coherent;
status = "disabled";
};