Skip to content

Commit 5df3068

Browse files
quic-kdybciovireshk
authored andcommitted
arm64: dts: qcom: sc8180x: Add a SoC-specific compatible to cpufreq-hw
Comply with bindings guidelines and get rid of errors such as: cpufreq@18323000: compatible: 'oneOf' conditional failed, one must be fixed: ['qcom,cpufreq-hw'] is too short Fixes: 8575f19 ("arm64: dts: qcom: Introduce the SC8180x platform") Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent b1c48de commit 5df3068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sc8180x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3889,7 +3889,7 @@
38893889
};
38903890

38913891
cpufreq_hw: cpufreq@18323000 {
3892-
compatible = "qcom,cpufreq-hw";
3892+
compatible = "qcom,sc8180x-cpufreq-hw", "qcom,cpufreq-hw";
38933893
reg = <0 0x18323000 0 0x1400>, <0 0x18325800 0 0x1400>;
38943894
reg-names = "freq-domain0", "freq-domain1";
38953895

0 commit comments

Comments
 (0)