File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/devicetree/bindings/interrupt-controller Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2
2
%YAML 1.2
3
3
---
4
- $id : http://devicetree.org/schemas/interrupt-controller/loongarch ,cpu-interrupt-controller.yaml#
4
+ $id : http://devicetree.org/schemas/interrupt-controller/loongson ,cpu-interrupt-controller.yaml#
5
5
$schema : http://devicetree.org/meta-schemas/core.yaml#
6
6
7
7
title : LoongArch CPU Interrupt Controller
@@ -11,7 +11,7 @@ maintainers:
11
11
12
12
properties :
13
13
compatible :
14
- const : loongarch ,cpu-interrupt-controller
14
+ const : loongson ,cpu-interrupt-controller
15
15
16
16
' #interrupt-cells ' :
17
17
const : 1
@@ -28,7 +28,7 @@ required:
28
28
examples :
29
29
- |
30
30
interrupt-controller {
31
- compatible = "loongarch ,cpu-interrupt-controller";
31
+ compatible = "loongson ,cpu-interrupt-controller";
32
32
#interrupt-cells = <1>;
33
33
interrupt-controller;
34
34
};
You can’t perform that action at this time.
0 commit comments