Add soc IDs for QDU1000 and QRU1000 and their variants.
Signed-off-by: Melody Olvera <[email protected]>
---
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" },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.37.3
On 01/10/2022 05:06, Melody Olvera wrote:
> Add soc IDs for QDU1000 and QRU1000 and their variants.
>
> Signed-off-by: Melody Olvera <[email protected]>
> ---
> 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/[email protected]/
It is quite discouraging that it could not be merged through that entire
time...
Best regards,
Krzysztof