Skip to content

Commit cb8aed7

Browse files
diandersandersson
authored andcommitted
soc: qcom: socinfo: add SC7180 entry to soc_id array
Add an entry for SC7180 SoC. Reviewed-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20200813080345.1.I85bb28f9ea3fa3bf797ecaf0a5218ced4cfaa6e2@changeid Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent 7303fbd commit cb8aed7

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
@@ -224,6 +224,7 @@ static const struct soc_id soc_id[] = {
224224
{ 341, "SDA845" },
225225
{ 356, "SM8250" },
226226
{ 402, "IPQ6018" },
227+
{ 425, "SC7180" },
227228
};
228229

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

0 commit comments

Comments
 (0)