mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 20:35:23 +02:00
arm64: dts: qcom: sa8775p: mark ethernet devices as DMA-coherent
[ Upstream commit49cc31f8ab
] Ethernet devices are cache coherent, mark it as such in the dtsi. Fixes:ff499a0fbb
("arm64: dts: qcom: sa8775p: add the first 1Gb ethernet interface") Fixes:e952348a7c
("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
33fb3e38c9
commit
adc0b5c113
|
@ -2350,6 +2350,7 @@
|
||||||
phy-names = "serdes";
|
phy-names = "serdes";
|
||||||
|
|
||||||
iommus = <&apps_smmu 0x140 0xf>;
|
iommus = <&apps_smmu 0x140 0xf>;
|
||||||
|
dma-coherent;
|
||||||
|
|
||||||
snps,tso;
|
snps,tso;
|
||||||
snps,pbl = <32>;
|
snps,pbl = <32>;
|
||||||
|
@ -2383,6 +2384,7 @@
|
||||||
phy-names = "serdes";
|
phy-names = "serdes";
|
||||||
|
|
||||||
iommus = <&apps_smmu 0x120 0xf>;
|
iommus = <&apps_smmu 0x120 0xf>;
|
||||||
|
dma-coherent;
|
||||||
|
|
||||||
snps,tso;
|
snps,tso;
|
||||||
snps,pbl = <32>;
|
snps,pbl = <32>;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user