@@ -44,6 +44,11 @@ properties:
description:
phandle of the memory controller node
+allOf:
+ - $ref: ../thermal/thermal-cooling-devices.yaml
+
+unevaluatedProperties: false
+
required:
- compatible
- reg
@@ -51,8 +56,6 @@ required:
- clock-names
- nvidia,memory-controller
-additionalProperties: false
-
examples:
- |
#include <dt-bindings/clock/tegra210-car.h>
@@ -79,4 +82,5 @@ examples:
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
memory-region = <&emc_table>;
nvidia,memory-controller = <&mc>;
+ #cooling-cells = <2>;
};