projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c17be
)
arm64: dts: qcom: sdm845: Add SoC-specific compatible to cpufreq_hw
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Wed, 8 Mar 2023 01:27:02 +0000
(
02:27
+0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 22 Mar 2023 03:39:08 +0000
(20:39 -0700)
Add a SoC-specific compatbile to cpufreq_hw for compliancy with bindings.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20230308-topic-cpufreq_bindings-v1-5-3368473ec52d@linaro.org
arch/arm64/boot/dts/qcom/sdm845.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sdm845.dtsi
b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index e8e9aa4da914b8d60813533b131161e57268c93b..2f32179c7d1b27afba9d7dc9d41cbe8d254e731f 100644
(file)
--- 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";