lkml.org 
[lkml]   [2022]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.18 0281/1095] soc: qcom: socinfo: Fix the id of SA8540P SoC
    Date
    From: Parikshit Pareek <quic_ppareek@quicinc.com>

    [ Upstream commit 5bed21af0005cc7d8bb05d2c4a63afbcede23382 ]

    Change the id of SA8540P to its correct value, i.e., 461.
    Also, map the id 460 to its correct values, i.e. SA8295P.

    Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")
    Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
    Reviewed-by: Eric Chanudet <echanude@redhat.com>
    Tested-by: Eric Chanudet <echanude@redhat.com>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Link: https://lore.kernel.org/r/20220711083957.12091-1-quic_ppareek@quicinc.com
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/soc/qcom/socinfo.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
    index 8b38d134720a..f6879983da69 100644
    --- a/drivers/soc/qcom/socinfo.c
    +++ b/drivers/soc/qcom/socinfo.c
    @@ -328,7 +328,8 @@ static const struct soc_id soc_id[] = {
    { 455, "QRB5165" },
    { 457, "SM8450" },
    { 459, "SM7225" },
    - { 460, "SA8540P" },
    + { 460, "SA8295P" },
    + { 461, "SA8540P" },
    { 480, "SM8450" },
    };

    --
    2.35.1


    \
     
     \ /
      Last update: 2022-08-15 22:49    [W:2.411 / U:1.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site