[PATCH v1 3/6] dt-bindings: riscv: cpus: add a ref to thermal-cooling-cells

From: Conor Dooley
Date: Sat Jun 10 2023 - 13:25:31 EST


From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>

With "additionalProperties: true" removed from cpus.yaml,
dtbs_check complains that #cooling-cells is a disallowed property.
Add a ref to the binding in which it is defined to satisfy the checks.

Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
index 3808a6703b2d..9bf2b72a9460 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -25,6 +25,7 @@ description: |

allOf:
- $ref: /schemas/cpu.yaml#
+ - $ref: /schemas/thermal/thermal-cooling-devices.yaml#

properties:
compatible:
--
2.39.2