diff options
author | Konrad Dybcio <[email protected]> | 2023-03-08 02:27:03 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-21 20:39:09 -0700 |
commit | f33f95773e148cd0adbfc3135f2bfbf56a69f488 (patch) | |
tree | 1ecf5de9d197b57b460fc12cf2a9b26d58ec80ab | |
parent | 236e7dd568ed4b839fb8abdf3ce7c77444e610e2 (diff) |
arm64: dts: qcom: sm6115: 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/sm6115.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi index 840a453f1f14..30d53b812987 100644 --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi @@ -2282,7 +2282,7 @@ }; cpufreq_hw: cpufreq@f521000 { - compatible = "qcom,cpufreq-hw"; + compatible = "qcom,sm6115-cpufreq-hw", "qcom,cpufreq-hw"; reg = <0x0 0x0f521000 0x0 0x1000>, <0x0 0x0f523000 0x0 0x1000>; |