Skip to content

Commit

Permalink
arm64: dts: qcom: sa8775p: mark ethernet devices as DMA-coherent
Browse files Browse the repository at this point in the history
[ Upstream commit 49cc31f ]

Ethernet devices are cache coherent, mark it as such in the dtsi.

Fixes: ff499a0 ("arm64: dts: qcom: sa8775p: add the first 1Gb ethernet interface")
Fixes: e952348 ("arm64: dts: qcom: sa8775p: add a node for EMAC1")
Signed-off-by: Sagar Cheluvegowda <[email protected]>
Link: https://lore.kernel.org/r/20240514-mark_ethernet_devices_dma_coherent-v4-1-04e1198858c5@quicinc.com
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
Sagar Cheluvegowda authored and gregkh committed Aug 3, 2024
1 parent 33fb3e3 commit adc0b5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/qcom/sa8775p.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2350,6 +2350,7 @@
phy-names = "serdes";

iommus = <&apps_smmu 0x140 0xf>;
dma-coherent;

snps,tso;
snps,pbl = <32>;
Expand Down Expand Up @@ -2383,6 +2384,7 @@
phy-names = "serdes";

iommus = <&apps_smmu 0x120 0xf>;
dma-coherent;

snps,tso;
snps,pbl = <32>;
Expand Down

0 comments on commit adc0b5c

Please sign in to comment.