Skip to content

Commit f471f91

Browse files
Kathiravan Tandersson
authored andcommitted
soc: qcom: socinfo: Add Soc ID for IPQ5300
Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230605080531.3879-3-quic_kathirav@quicinc.com
1 parent b567159 commit f471f91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/qcom/socinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ static const struct soc_id soc_id[] = {
414414
{ qcom_board_id(IPQ5322) },
415415
{ qcom_board_id(IPQ5312) },
416416
{ qcom_board_id(IPQ5302) },
417+
{ qcom_board_id(IPQ5300) },
417418
};
418419

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

0 commit comments

Comments
 (0)