thermal: dt-bindings: add loongson-2 thermal
authorYinbo Zhu <zhuyinbo@loongson.cn>
Thu, 17 Aug 2023 02:10:07 +0000 (10:10 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 17 Aug 2023 07:27:32 +0000 (09:27 +0200)
Add the Loongson-2 thermal binding with DT schema format using
json-schema.

Signed-off-by: Yinbo Zhu <zhuyinbo@loongson.cn>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230817021007.10350-2-zhuyinbo@loongson.cn
Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml [new file with mode: 0644]
MAINTAINERS

diff --git a/Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml b/Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml
new file mode 100644 (file)
index 0000000..7538469
--- /dev/null
@@ -0,0 +1,44 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/thermal/loongson,ls2k-thermal.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Thermal sensors on Loongson-2 SoCs
+
+maintainers:
+  - zhanghongchen <zhanghongchen@loongson.cn>
+  - Yinbo Zhu <zhuyinbo@loongson.cn>
+
+properties:
+  compatible:
+    oneOf:
+      - enum:
+          - loongson,ls2k1000-thermal
+      - items:
+          - enum:
+              - loongson,ls2k2000-thermal
+          - const: loongson,ls2k1000-thermal
+
+  reg:
+    maxItems: 1
+
+  interrupts:
+    maxItems: 1
+
+required:
+  - compatible
+  - reg
+  - interrupts
+
+additionalProperties: false
+
+examples:
+  - |
+    #include <dt-bindings/interrupt-controller/irq.h>
+    thermal: thermal-sensor@1fe01500 {
+        compatible = "loongson,ls2k1000-thermal";
+        reg = <0x1fe01500 0x30>;
+        interrupt-parent = <&liointc0>;
+        interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
+    };
index 5474397d1d18d58f5187d56cb5c93c40bb197e37..7e2afad3510648e19f7766528de2c825467e05f5 100644 (file)
@@ -12290,6 +12290,7 @@ M:      zhanghongchen <zhanghongchen@loongson.cn>
 M:     Yinbo Zhu <zhuyinbo@loongson.cn>
 L:     linux-pm@vger.kernel.org
 S:     Maintained
+F:     Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml
 F:     drivers/thermal/loongson2_thermal.c
 
 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)