]> www.infradead.org Git - users/hch/uuid.git/commitdiff
arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Tue, 19 Dec 2023 18:40:21 +0000 (19:40 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 20 Dec 2023 12:26:30 +0000 (06:26 -0600)
The PCIe controllers on 8180 are cache-coherent. Mark them as such.

Fixes: d20b6c84f56a ("arm64: dts: qcom: sc8180x: Add PCIe instances")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231219-topic-8180_pcie_dmac-v1-1-5d00fc1b23fd@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi

index 25e41d195374000e67358bba41bbbe4a3704a09c..953179e70c9bbff392c0630f948fdc42bf0a7f61 100644 (file)
 
                        phys = <&pcie0_phy>;
                        phy-names = "pciephy";
+                       dma-coherent;
 
                        status = "disabled";
                };
 
                        phys = <&pcie3_phy>;
                        phy-names = "pciephy";
+                       dma-coherent;
 
                        status = "disabled";
                };
 
                        phys = <&pcie1_phy>;
                        phy-names = "pciephy";
+                       dma-coherent;
 
                        status = "disabled";
                };
 
                        phys = <&pcie2_phy>;
                        phy-names = "pciephy";
+                       dma-coherent;
 
                        status = "disabled";
                };