aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/device-tree/Bindings/thermal/thermal-cooling-devices.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/device-tree/Bindings/thermal/thermal-cooling-devices.yaml')
-rw-r--r--sys/contrib/device-tree/Bindings/thermal/thermal-cooling-devices.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/contrib/device-tree/Bindings/thermal/thermal-cooling-devices.yaml b/sys/contrib/device-tree/Bindings/thermal/thermal-cooling-devices.yaml
index f004779ba9b3..b9022f1613d8 100644
--- a/sys/contrib/device-tree/Bindings/thermal/thermal-cooling-devices.yaml
+++ b/sys/contrib/device-tree/Bindings/thermal/thermal-cooling-devices.yaml
@@ -5,7 +5,7 @@
$id: http://devicetree.org/schemas/thermal/thermal-cooling-devices.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: Thermal cooling device binding
+title: Thermal cooling device
maintainers:
- Amit Kucheria <amitk@kernel.org>
@@ -66,9 +66,9 @@ examples:
compatible = "qcom,kryo385";
reg = <0x0 0x0>;
enable-method = "psci";
- cpu-idle-states = <&LITTLE_CPU_SLEEP_0
- &LITTLE_CPU_SLEEP_1
- &CLUSTER_SLEEP_0>;
+ cpu-idle-states = <&LITTLE_CPU_SLEEP_0>,
+ <&LITTLE_CPU_SLEEP_1>,
+ <&CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <607>;
dynamic-power-coefficient = <100>;
qcom,freq-domain = <&cpufreq_hw 0>;
@@ -76,9 +76,13 @@ examples:
next-level-cache = <&L2_0>;
L2_0: l2-cache {
compatible = "cache";
+ cache-unified;
+ cache-level = <2>;
next-level-cache = <&L3_0>;
L3_0: l3-cache {
compatible = "cache";
+ cache-unified;
+ cache-level = <3>;
};
};
};