Message ID | 20220422210611.173842-1-bhupesh.sharma@linaro.org |
---|---|
State | Accepted |
Commit | 9583009097c8933a30110097d373a09624cb8c37 |
Headers | show |
Series | [1/1] arm64: dts: qcom: sm8150: Fix iommu sid value for SDC2 controller | expand |
On Sat, 23 Apr 2022 02:36:11 +0530, Bhupesh Sharma wrote: > Fix the IOMMU sid value for SDC2 controller, to ensure that no > ADMA error is observed when the microSD card is detected on the > SA8155p-ADP board. > > Applied, thanks! [1/1] arm64: dts: qcom: sm8150: Fix iommu sid value for SDC2 controller commit: 9583009097c8933a30110097d373a09624cb8c37 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi index 2700a8145cb9..f70ae4c56762 100644 --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -3555,7 +3555,7 @@ sdhc_2: sdhci@8804000 { <&gcc GCC_SDCC2_APPS_CLK>, <&rpmhcc RPMH_CXO_CLK>; clock-names = "iface", "core", "xo"; - iommus = <&apps_smmu 0x4a0 0x0>; + iommus = <&apps_smmu 0x6a0 0x0>; qcom,dll-config = <0x0007642c>; qcom,ddr-config = <0x80040868>; power-domains = <&rpmhpd 0>;
Fix the IOMMU sid value for SDC2 controller, to ensure that no ADMA error is observed when the microSD card is detected on the SA8155p-ADP board. Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> --- arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)