Skip to content

Commit e690032

Browse files
konradybciovireshk
authored andcommitted
dt-bindings: cpufreq: cpufreq-qcom-hw: Add QCM2290
Document the OSM CPUFREQ_HW present on QCM2290, featuring just one lonely frequency domain. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 7ae24e0 commit e690032

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ properties:
2121
- description: v1 of CPUFREQ HW
2222
items:
2323
- enum:
24+
- qcom,qcm2290-cpufreq-hw
2425
- qcom,sc7180-cpufreq-hw
2526
- qcom,sdm845-cpufreq-hw
2627
- qcom,sm6115-cpufreq-hw
@@ -93,6 +94,29 @@ required:
9394
additionalProperties: false
9495

9596
allOf:
97+
- if:
98+
properties:
99+
compatible:
100+
contains:
101+
enum:
102+
- qcom,qcm2290-cpufreq-hw
103+
then:
104+
properties:
105+
reg:
106+
minItems: 1
107+
maxItems: 1
108+
109+
reg-names:
110+
minItems: 1
111+
maxItems: 1
112+
113+
interrupts:
114+
minItems: 1
115+
maxItems: 1
116+
117+
interrupt-names:
118+
minItems: 1
119+
96120
- if:
97121
properties:
98122
compatible:

0 commit comments

Comments
 (0)