diff options
author | Sagar Cheluvegowda <quic_scheluve@quicinc.com> | 2024-05-14 17:06:51 -0700 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-05-28 16:37:41 -0500 |
commit | 49cc31f8ab44e60d8109da7e18c0983a917d4d74 (patch) | |
tree | 4f74fc51d8e03ea6bd63a0dc880d078402d873c2 /arch/arm64/boot/dts/qcom/sa8775p.dtsi | |
parent | 737abcabe97bb37e38be2504acd28ad779dbaf3d (diff) |
arm64: dts: qcom: sa8775p: mark ethernet devices as DMA-coherent
Ethernet devices are cache coherent, mark it as such in the dtsi.
Fixes: ff499a0fbb23 ("arm64: dts: qcom: sa8775p: add the first 1Gb ethernet interface")
Fixes: e952348a7cc7 ("arm64: dts: qcom: sa8775p: add a node for EMAC1")
Signed-off-by: Sagar Cheluvegowda <quic_scheluve@quicinc.com>
Link: https://lore.kernel.org/r/20240514-mark_ethernet_devices_dma_coherent-v4-1-04e1198858c5@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sa8775p.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sa8775p.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi index 5632fa896b93..b760f625ff09 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi +++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi @@ -3430,6 +3430,7 @@ phy-names = "serdes"; iommus = <&apps_smmu 0x140 0xf>; + dma-coherent; snps,tso; snps,pbl = <32>; @@ -3464,6 +3465,7 @@ phy-names = "serdes"; iommus = <&apps_smmu 0x120 0xf>; + dma-coherent; snps,tso; snps,pbl = <32>; |