LoongArch inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAZ3GN
--------------------------------
Signed-off-by: Hongchen Zhang zhanghongchen@loongson.cn --- .../bindings/security/loongson_se/se.yaml | 33 +++++++++++++++++++ MAINTAINERS | 5 +++ 2 files changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/security/loongson_se/se.yaml
diff --git a/Documentation/devicetree/bindings/security/loongson_se/se.yaml b/Documentation/devicetree/bindings/security/loongson_se/se.yaml new file mode 100644 index 000000000000..c547f662b9c9 --- /dev/null +++ b/Documentation/devicetree/bindings/security/loongson_se/se.yaml @@ -0,0 +1,33 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/security/loongson_se/se.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Loongson SE module + +description: + Loongson SE module +maintainers: + - Qunqin Zhao zhaoqunqin@loongson.cn + +allOf: + - $ref: se.yaml# + +properties: + compatible: + const: loongson,ls3c6000se + + reg: + maxItems: 2 + + interrupts: + maxItems: 2 + +required: + - compatible + - reg + - interrupts + +additionalProperties: false + diff --git a/MAINTAINERS b/MAINTAINERS index d0ceed7e6673..47dce525e771 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12456,6 +12456,11 @@ S: Maintained F: Documentation/devicetree/bindings/pinctrl/loongson,ls2k-pinctrl.yaml F: drivers/pinctrl/pinctrl-loongson2.c
+LOONGSON SE DRIVER +M: Qunqin Zhao zhaoqunqin@loongson.cn +S: Maintained +F: Documentation/devicetree/bindings/security/loongson_se/se.yaml + LOONGSON-2 SOC SERIES THERMAL DRIVER M: zhanghongchen zhanghongchen@loongson.cn M: Yinbo Zhu zhuyinbo@loongson.cn