Skip to content

Commit a248d90

Browse files
asdfugilvireshk
authored andcommitted
dt-bindings: cpufreq: apple,cluster-cpufreq: Add A7-A11, T2 compatibles
Add compatibles for Apple A7-A11, T2 SoCs. Apple A7, A8, A8X gets the per-SoC compatible and the A7 "apple,s5l8960x-cluster-cpufreq" compatible. Apple A9, A9X, A10, A10X, T2, A11 gets the per-SoC compatible, M1 "apple,t8103-cluster-cpufreq" compatible, then the "apple,cluster-cpufreq" fallback compatible. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Nick Chan <towinchenmi@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent ab16dfb commit a248d90

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Documentation/devicetree/bindings/cpufreq/apple,cluster-cpufreq.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,17 @@ properties:
2424
- apple,t8112-cluster-cpufreq
2525
- const: apple,cluster-cpufreq
2626
- items:
27-
- const: apple,t6000-cluster-cpufreq
27+
- enum:
28+
- apple,s8000-cluster-cpufreq
29+
- apple,t8010-cluster-cpufreq
30+
- apple,t8015-cluster-cpufreq
31+
- apple,t6000-cluster-cpufreq
2832
- const: apple,t8103-cluster-cpufreq
2933
- const: apple,cluster-cpufreq
34+
- items:
35+
- const: apple,t7000-cluster-cpufreq
36+
- const: apple,s5l8960x-cluster-cpufreq
37+
- const: apple,s5l8960x-cluster-cpufreq
3038

3139
reg:
3240
maxItems: 1

0 commit comments

Comments
 (0)