On 10/30/2023 3:25 PM, Neil Armstrong wrote:
> Add SoC Info support for the SM8650 platform.
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
-Mukesh
> ---
> drivers/soc/qcom/socinfo.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 51e05bec5bfc..8e8cd4ea58d1 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -417,6 +417,7 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(SA8775P) },
> { qcom_board_id(QRU1000) },
> { qcom_board_id(QDU1000) },
> + { qcom_board_id(SM8650) },
> { qcom_board_id(SM4450) },
> { qcom_board_id(QDU1010) },
> { qcom_board_id(QRU1032) },
>