Skip to content

Commit

Permalink
arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent
Browse files Browse the repository at this point in the history
The PCIe hosts on SM8250 are cache-coherent. Mark them as such.

Fixes: e53bdfc ("arm64: dts: qcom: sm8250: Add PCIe support")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230704-topic-8250_pcie_dmac-v1-1-799603a980b0@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
  • Loading branch information
konradybcio authored and andersson committed Jul 10, 2023
1 parent 1084817 commit 339d38a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/qcom/sm8250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,7 @@

pinctrl-names = "default";
pinctrl-0 = <&pcie0_default_state>;
dma-coherent;

status = "disabled";
};
Expand Down Expand Up @@ -2011,6 +2012,7 @@

pinctrl-names = "default";
pinctrl-0 = <&pcie1_default_state>;
dma-coherent;

status = "disabled";
};
Expand Down Expand Up @@ -2119,6 +2121,7 @@

pinctrl-names = "default";
pinctrl-0 = <&pcie2_default_state>;
dma-coherent;

status = "disabled";
};
Expand Down

0 comments on commit 339d38a

Please sign in to comment.