From: Dmitry Baryshkov Date: Tue, 22 Dec 2020 13:04:46 +0000 (+0300) Subject: soc: qcom: socinfo: add qrb5165 SoC ID X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0c0d0e56e08ca3ae5f4a8922b6575bdf48b79974;p=linux.git soc: qcom: socinfo: add qrb5165 SoC ID Signed-off-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20201222130448.4125297-1-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index d21530d24253e..d4b0d6539df49 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -234,6 +234,7 @@ static const struct soc_id soc_id[] = { { 356, "SM8250" }, { 402, "IPQ6018" }, { 425, "SC7180" }, + { 455, "QRB5165" }, }; static const char *socinfo_machine(struct device *dev, unsigned int id)