Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <amitk@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221104162450.1982114-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

+4
+4
Documentation/devicetree/bindings/thermal/thermal-cooling-devices.yaml
··· 76 76 next-level-cache = <&L2_0>; 77 77 L2_0: l2-cache { 78 78 compatible = "cache"; 79 + cache-unified; 80 + cache-level = <2>; 79 81 next-level-cache = <&L3_0>; 80 82 L3_0: l3-cache { 81 83 compatible = "cache"; 84 + cache-unified; 85 + cache-level = <3>; 82 86 }; 83 87 }; 84 88 };