Re: [PATCH v4 01/12] arm64: dts: qcom: sdm845: Add SoC compatible to MTP

From: Amit Kucheria
Date: Wed May 06 2020 - 08:33:33 EST


On Tue, May 5, 2020 at 1:54 AM Sibi Sankar <sibis@xxxxxxxxxxxxxx> wrote:
>
> Add missing SoC compatible to SDM845 MTP board file.
>
> Reviewed-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
> Signed-off-by: Sibi Sankar <sibis@xxxxxxxxxxxxxx>

Reviewed-by: Amit Kucheria <amit.kucheria@xxxxxxxxxx>


> ---
>
> v4:
> * Picked up R-b from Matthias
>
> arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
> index 023e8b04c7f65..1372fe8601f50 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
> +++ b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
> @@ -13,7 +13,7 @@
>
> / {
> model = "Qualcomm Technologies, Inc. SDM845 MTP";
> - compatible = "qcom,sdm845-mtp";
> + compatible = "qcom,sdm845-mtp", "qcom,sdm845";
>
> aliases {
> serial0 = &uart9;
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project