lkml.org 
[lkml]   [2021]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.11 041/775] arm64: dts: qcom: msm8916-samsung-a5u: Fix iris compatible
    Date
    From: Stephan Gerhold <stephan@gerhold.net>

    [ Upstream commit 826e6faf49ae1eb065759a30832a2e34740bd8b1 ]

    Unlike most MSM8916 boards, samsung-a5u uses WCN3660B instead of
    WCN3620 to support the 5 GHz band additionally.

    WCN3660B has similar requirements as WCN3620, but it needs the XO
    clock to run at 48 MHz instead of 19.2 MHz. So far it was possible
    to describe that configuration using the qcom,wcn3680 compatible.

    However, as of commit 8490987bdb9a ("wcn36xx: Hook and identify RF_IRIS_WCN3680"),
    the wcn36xx driver will now use the qcom,wcn3680 compatible
    to enable functionality specific to WCN3680. In particular,
    WCN3680 supports 802.11ac, which is not available in WCN3660B.

    Use the new qcom,wcn3660b compatible to describe the chip properly.

    Fixes: 0d7051999175 ("arm64: dts: msm8916-samsung-a5u: Override iris compatible")
    Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
    Link: https://lore.kernel.org/r/20210106102134.59801-4-stephan@gerhold.net
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.dts | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.dts
    index e39c04d977c25..dd35c3344358c 100644
    --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.dts
    +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.dts
    @@ -38,7 +38,7 @@

    &pronto {
    iris {
    - compatible = "qcom,wcn3680";
    + compatible = "qcom,wcn3660b";
    };
    };

    --
    2.27.0


    \
     
     \ /
      Last update: 2021-03-02 01:11    [W:2.044 / U:3.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site