diff options
author | Bartosz Golaszewski <[email protected]> | 2023-02-09 10:57:53 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-13 16:34:36 -0700 |
commit | 7fa9c5fc1a753ac593904ebe9c4e8628a4240096 (patch) | |
tree | 79544c8625bfc332116944bc1b0cdb16c1621dcd | |
parent | 26a4bf805c6cd88847dd045f6b29d8a20f02d8df (diff) |
soc: qcom: socinfo: add support for SA8775P
Add SocInfo support for SA8775P.
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Eric Chanudet <[email protected]>
Tested-by: Eric Chanudet <[email protected]> # sa8775p-ride
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index e9012ca1a87b..6929bef72514 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -442,6 +442,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(SC7180P) }, { qcom_board_id(SM6375) }, { qcom_board_id(SM8550) }, + { qcom_board_id(SA8775P) }, { qcom_board_id(QRU1000) }, { qcom_board_id(QDU1000) }, { qcom_board_id(QDU1010) }, |