[PATCH v2 4/4] soc: qcom: socinfo: Add QDU1000/QRU1000 and variant IDs

From: Melody Olvera
Date: Fri Oct 14 2022 - 18:13:43 EST


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 aa37e1bad095..5677b427c78d 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -336,6 +336,12 @@ static const struct soc_id soc_id[] = {
{ 487, "SC7280" },
{ 495, "SC7180P" },
{ 507, "SM6375" },
+ { 539, "QRU1000" },
+ { 545, "QDU1000" },
+ { 587, "QDU1010" },
+ { 588, "QRU1032" },
+ { 589, "QRU1052" },
+ { 590, "QRU1062" },
};

static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.38.0