lkml.org 
[lkml]   [2022]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.18 565/879] arm64: dts: qcom: sm8450: Fix missing iommus for qup1
    Date
    From: Vinod Koul <vkoul@kernel.org>

    [ Upstream commit 67ebdc6dd1e2049fd9620f0572bc81a809afbe24 ]

    qupv3_id_1 was missing iommus property which cause any dma transaction
    to fail and board crash. So add the missing iommus.

    Fixes: 5188049c9b36 ("arm64: dts: qcom: Add base SM8450 DTSI")
    Signed-off-by: Vinod Koul <vkoul@kernel.org>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Link: https://lore.kernel.org/r/20220414101630.1189052-7-vkoul@kernel.org
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/qcom/sm8450.dtsi | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
    index 5facb4a5bf63..e63b7b0458cf 100644
    --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
    +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
    @@ -721,6 +721,9 @@
    clock-names = "m-ahb", "s-ahb";
    clocks = <&gcc GCC_QUPV3_WRAP_1_M_AHB_CLK>,
    <&gcc GCC_QUPV3_WRAP_1_S_AHB_CLK>;
    + iommus = <&apps_smmu 0x43 0x0>;
    + interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>;
    + interconnect-names = "qup-core";
    #address-cells = <2>;
    #size-cells = <2>;
    ranges;
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-06-08 03:46    [W:5.740 / U:0.864 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site