Skip to content

Commit 45e8c72

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent
The PCIe controllers on 8180 are cache-coherent. Mark them as such. Fixes: d20b6c8 ("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>
1 parent 49b0f4f commit 45e8c72

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sc8180x.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,7 @@
17511751

17521752
phys = <&pcie0_phy>;
17531753
phy-names = "pciephy";
1754+
dma-coherent;
17541755

17551756
status = "disabled";
17561757
};
@@ -1847,6 +1848,7 @@
18471848

18481849
phys = <&pcie3_phy>;
18491850
phy-names = "pciephy";
1851+
dma-coherent;
18501852

18511853
status = "disabled";
18521854
};
@@ -1944,6 +1946,7 @@
19441946

19451947
phys = <&pcie1_phy>;
19461948
phy-names = "pciephy";
1949+
dma-coherent;
19471950

19481951
status = "disabled";
19491952
};
@@ -2041,6 +2044,7 @@
20412044

20422045
phys = <&pcie2_phy>;
20432046
phy-names = "pciephy";
2047+
dma-coherent;
20442048

20452049
status = "disabled";
20462050
};

0 commit comments

Comments
 (0)