Skip to content

Commit 8119aab

Browse files
committed
dt-bindings: thermal: cooling-devices: Add missing cache related properties
The examples' cache nodes are incomplete as 'cache-unified' and 'cache-level' are required cache properties. Acked-by: Amit Kucheria <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent b279154 commit 8119aab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/thermal/thermal-cooling-devices.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,13 @@ examples:
7676
next-level-cache = <&L2_0>;
7777
L2_0: l2-cache {
7878
compatible = "cache";
79+
cache-unified;
80+
cache-level = <2>;
7981
next-level-cache = <&L3_0>;
8082
L3_0: l3-cache {
8183
compatible = "cache";
84+
cache-unified;
85+
cache-level = <3>;
8286
};
8387
};
8488
};

0 commit comments

Comments
 (0)