projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80dc42d
)
arm64: dts: qcom: sc7180: Add SoC-specific compatible to cpufreq_hw
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Wed, 8 Mar 2023 01:27:01 +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-4-3368473ec52d@linaro.org
arch/arm64/boot/dts/qcom/sc7180.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sc7180.dtsi
b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 7b0c25f31a41db280e2f114dcf5c24fd61d94ea5..3c799b564b64c7e5377595f6aefaebc4b8dc8fdc 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sc7180.dtsi
@@
-3576,7
+3576,7
@@
};
cpufreq_hw: cpufreq@18323000 {
- compatible = "qcom,cpufreq-hw";
+ compatible = "qcom,
sc7180-cpufreq-hw", "qcom,
cpufreq-hw";
reg = <0 0x18323000 0 0x1400>, <0 0x18325800 0 0x1400>;
reg-names = "freq-domain0", "freq-domain1";