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
[ Upstream commit 339d38a ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
konradybcio authored and gregkh committed Sep 13, 2023
1 parent c755b19 commit e8d6e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/qcom/sm8250.dtsi
Expand Up @@ -1862,6 +1862,7 @@

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

status = "disabled";
};
Expand Down Expand Up @@ -1968,6 +1969,7 @@

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

status = "disabled";
};
Expand Down Expand Up @@ -2076,6 +2078,7 @@

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

status = "disabled";
};
Expand Down

0 comments on commit e8d6e54

Please sign in to comment.