soc: qcom: socinfo: Add IDs for IPQ5332 and its variant
Add SOC ID for Qualcomm IPQ5332 and IPQ5322 variants. Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230208055709.13162-3-quic_kathirav@quicinc.com
This commit is contained in:
parent
4ad66c3f4b
commit
b0bc8c893a
|
@ -448,6 +448,8 @@ static const struct soc_id soc_id[] = {
|
|||
{ qcom_board_id(QRU1032) },
|
||||
{ qcom_board_id(QRU1052) },
|
||||
{ qcom_board_id(QRU1062) },
|
||||
{ qcom_board_id(IPQ5332) },
|
||||
{ qcom_board_id(IPQ5322) },
|
||||
};
|
||||
|
||||
static const char *socinfo_machine(struct device *dev, unsigned int id)
|
||||
|
|
Loading…
Reference in New Issue