Re: [PATCH 5/5] soc: qcom: socinfo: Add QDU1000/QRU1000 and variant IDs

From: Krzysztof Kozlowski
Date: Sat Oct 01 2022 - 05:28:48 EST


On 01/10/2022 05:06, Melody Olvera wrote:
> Add soc IDs for QDU1000 and QRU1000 and their variants.
>
> Signed-off-by: Melody Olvera <quic_molvera@xxxxxxxxxxx>
> ---
> drivers/soc/qcom/socinfo.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 4554fb8655d3..d10942b1b9a7 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -334,6 +334,12 @@ static const struct soc_id soc_id[] = {
> { 482, "SM8450" },
> { 487, "SC7280" },
> { 495, "SC7180P" },
> + { 539, "QRU1000" },
> + { 545, "QDU1000" },
> + { 587, "QDU1010" },
> + { 588, "QRU1032" },
> + { 589, "QRU1052" },
> + { 590, "QRU1062" },

Rebase on this patch:
https://patchwork.kernel.org/project/linux-arm-msm/patch/20220830065744.161163-3-krzysztof.kozlowski@xxxxxxxxxx/

It is quite discouraging that it could not be merged through that entire
time...

Best regards,
Krzysztof