Commit 63d96b12 authored by Dmitry Rokosov's avatar Dmitry Rokosov Committed by Daniel Lezcano
Browse files

dt-bindings: thermal: amlogic: add support for A1 thermal sensor



Provide right compatible properties for Amlogic A1 Thermal Sensor
controller. A1 family supports only one thermal node - CPU thermal
sensor.

Signed-off-by: default avatarDmitry Rokosov <ddrokosov@salutedevices.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20240328191322.17551-2-ddrokosov@salutedevices.com
parent 34b9a92b
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -13,11 +13,13 @@ description: Binding for Amlogic Thermal

properties:
  compatible:
    items:
    oneOf:
      - items:
          - enum:
              - amlogic,g12a-cpu-thermal
              - amlogic,g12a-ddr-thermal
          - const: amlogic,g12a-thermal
      - const: amlogic,a1-cpu-thermal

  reg:
    maxItems: 1