diff options
author | Konrad Dybcio <[email protected]> | 2023-03-08 02:27:02 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-21 20:39:08 -0700 |
commit | 236e7dd568ed4b839fb8abdf3ce7c77444e610e2 (patch) | |
tree | 221bd8074e65a13038c48115a32c210e5b0c4c76 | |
parent | e4c17be956fbe133211c24b9fc9ba253ffc44db6 (diff) |
arm64: dts: qcom: sdm845: Add SoC-specific compatible to cpufreq_hw
Add a SoC-specific compatbile to cpufreq_hw for compliancy with bindings.
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index e8e9aa4da914..2f32179c7d1b 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -5232,7 +5232,7 @@ }; cpufreq_hw: cpufreq@17d43000 { - compatible = "qcom,cpufreq-hw"; + compatible = "qcom,sdm845-cpufreq-hw", "qcom,cpufreq-hw"; reg = <0 0x17d43000 0 0x1400>, <0 0x17d45800 0 0x1400>; reg-names = "freq-domain0", "freq-domain1"; |