Skip to content

Commit ee1d510

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: sm8550: Mark UFS controller as cache coherent
The UFS controller on SM8550 supports cache coherency, hence add the "dma-coherent" property to mark it as such. Fixes: 35cf1aa ("arm64: dts: qcom: sm8550: Add UFS host controller and phy nodes") Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230308054630.7202-1-manivannan.sadhasivam@linaro.org
1 parent b891251 commit ee1d510

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sm8550.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,7 @@
19051905
required-opps = <&rpmhpd_opp_nom>;
19061906

19071907
iommus = <&apps_smmu 0x60 0x0>;
1908+
dma-coherent;
19081909

19091910
interconnects = <&aggre1_noc MASTER_UFS_MEM 0 &mc_virt SLAVE_EBI1 0>,
19101911
<&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_UFS_MEM_CFG 0>;

0 commit comments

Comments
 (0)