2021-08-04 13:50:09

by Thara Gopinath

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: sm8150-mtp: Add 8150 compatible string

Add "qcom,sm8150" as one of the platform compatible strings.
This will be later used by cpufreq-dt-platdev to exclude using
cpufreq-dt cpufreq driver.

Signed-off-by: Thara Gopinath <[email protected]>
---
arch/arm64/boot/dts/qcom/sm8150-mtp.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
index 53edf7541169..b484371a6044 100644
--- a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
@@ -15,7 +15,7 @@

/ {
model = "Qualcomm Technologies, Inc. SM8150 MTP";
- compatible = "qcom,sm8150-mtp";
+ compatible = "qcom,sm8150-mtp", "qcom,sm8150";

aliases {
serial0 = &uart2;
--
2.25.1


2021-08-04 21:48:37

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sm8150-mtp: Add 8150 compatible string


On 04.08.2021 15:32, Thara Gopinath wrote:
> Add "qcom,sm8150" as one of the platform compatible strings.
> This will be later used by cpufreq-dt-platdev to exclude using
> cpufreq-dt cpufreq driver.
>
> Signed-off-by: Thara Gopinath <[email protected]>

Reviewed-by: Konrad Dybcio <[email protected]>


> ---
> arch/arm64/boot/dts/qcom/sm8150-mtp.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
> index 53edf7541169..b484371a6044 100644
> --- a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
> +++ b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
> @@ -15,7 +15,7 @@
>
> / {
> model = "Qualcomm Technologies, Inc. SM8150 MTP";
> - compatible = "qcom,sm8150-mtp";
> + compatible = "qcom,sm8150-mtp", "qcom,sm8150";
>
> aliases {
> serial0 = &uart2;
>